Next.js 14.2 – The latest update includes reduced build memory usage, new option for invalidating the client-side router cache (finally) and better hydration mismatch errors // DELBA DE OLIVEIRA & TIM NEUTKENS
⚡️ SPONSOR
Support the newsletter by sponsoring one or multiple editions of this newsletter
📙 Tutorials, Articles & Opinion
CSS in React Server Components – This post explores the compatibility issues between React Server Components and CSS-in-JS libraries like styled-components. You’ll understand what the issue is, what options you have, and what’s on the horizon. // JOSH W. COMEAU
Boosting Performance with Next.js and RSCs – A case study on how switching to the latest version of Next.js and using React Server Components improved the performance and user experience of their website's users // SANKET SAHU & SAPNA
📦 Packages / Tools / Repos
New Auth.js docs released 🚀 – The Auth.js documentation has undergone a complete rewrite. The content is now better organized and includes comprehensive guides for popular authentication flows // AUTH.JS
declarative-routing – Enables typesafe routing in Next.js with support for URL and search parameters // JACK HERRINGTON
More tools:
- UV Canvas – An open source React.js component library for beautifully shaded canvas
- css2wind – A minigame for learning Tailwind CSS.
🌈 Related
How does useOptimistic() work internally in React? – Utilizing optimistic UI is a common trick in UI development to improve the perceived performance. useOptimistic() is a hook to help build it in React. Learn how this hook works internally // JSERDEV
Vercel Just Changed its Pricing – Vercel recently announced a change in their pricing strategy. This post explains how these changes impact current users and offers tips for optimizing your apps to reduce potential costs // MITCHELL KOSSORIS
New Flow Language Features for React – Flow is Meta’s static type-checker and serves as the (less popular) alternative to TypeScript. In the latest update, the language received first-class support for React primitives, including components and hooks // ALEX TAYLOR
|