🎄 This is the final edition for 2024, but we’ll be back in January with fresh updates on all things Next.js. Wishing you a festive holiday season and a bright beginning to the new year // Erfan Ebrahimnia
Next.js 15.1 – We’ve had two surprising releases and it’s not even Christmas yet! First, the long-awaited stable release of React 19 is finally here. Hot on its heels, we got a minor Next.js 15 update that introduces support for the latest React version, enhanced error debugging, stabilization of unstable_after, and experimental support for the new authInterrupts API. Check out the links below to learn more:
Debunking the Myth: SSR Isn’t Expensive – Theo challenges the prevailing narrative that SSR is unnecessary and costly, and presents compelling counterarguments to demonstrate how SSR could actually save you money. // THEO - T3.GG
⚡️ Sponsor
📙 Tutorials, Articles & Opinion
The Mental Model of Server Components – A must read! It explains why React Server Components exists and showcases their benefits through the perspective of hydration and composition // DANIEL SAEWITZ
Ref Callbacks, React 19 and the Compiler – Dominik takes another look at his first article on useCallback, correcting certain points and shares his views on some of the changes in React 19 // DOMINIK DORFMEISTER
How React Compiler Performs on Real Code – Investigates the impact of the new React Compiler on both initial load and interaction performance, and evaluates whether it can catch all rerenders. // NADIA MAKAREVICH
React Tech Stack [2025] – Robin shares his thoughts on the tech stack he’d choose to build a React-based app in 2025. With a track record of excellent React articles and a recently released Next.js course, his perspective is one you won’t want to miss. // ROBIN WIERUCH
📦 Packages / Tools / Repos
Onlook – An open source, local-first Figma-like app for React. It lets you visually edit your React app and write your changes back to code in real-time. // ONLOOK
Better Auth Utils – A simple typescript API for common auth utilities like hashing, encryption, encoding, and OTP generation. Built on top of Web Crypto APIs // BETTER AUTH
Nosecone – An open source library to set security headers like Content Security Policy (CSP) and HTTP Strict Transport Security (HSTS) // ARCJET
⚡️ Sponsor
🌈 Related
CSS Wrapped 2024 – Catch up on all the latest and greatest CSS and UI improvements that launched for Chrome and the web platform in 2024 // CHROME DEVREL TEAM
Drizzle Database Migrations – Adam breaks down everything you need to know about Drizzle’s migration feature, from managing schema changes to syncing your existing database schema back into code. // ADAM RACKIS
Reflections on managing state – The author shares how trying 5 different state management libraries within seven months changed their perspective of state management in React. // PRABASHWARA SENEVIRATNE
|