๐ 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
More:
- Serverless Hosting pricing
- Plate โ A comprehensive toolkit for creating AI-powered rich-text editors
- Pages CMS 1.0 โ An open source CMS built for static websites that allows you to edit your content directly on GitHub
- NextUI v2.6.0 โ React 19 & Next.js 15 support and 4 new components
โก๏ธ 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
|