All Next.js Conf 2024 News
- Next.js 15: Released three days before the Conf, with minor changes since the RC versions—includes React 19 support, updated caching behavior for fetch and GET routes, and stability enhancements
- Turbopack Dev (Stable): next dev --turbo is now stable and ready for use in production apps
- “use cache”, cacheTag(), cacheLife(): We’re getting a more intuitive caching API with a new directive, “use cache” 🎉. Currently experimental and available on the Canary branch
Our Journey with Caching – A closer look at how the new caching approach works in Next.js. Covering how to manage caching for both dynamic and static content using and "use cache”// SEBASTIAN MARKBÅGE
📙 Tutorials, Articles & Opinion
► Next.js is hiding something… – Theo dove into the Next.js repo and discovered some exciting new changes related to caching. The video was released prior to Next.js Conf, but it’s still worth a watch. // THEO - T3․GG
Drag to Select – In-depth guide on implementing drag selection in React // JOSHUA WOOTONN
📦 Packages / Tools / Repos
Chakra UI v3 – Version 3 is a complete rewrite of the library and comes with enhanced performance, speed and 25 additional components. Similar to shadcn/ui, Chakra has also shifted to an open components model, which makes it easier for you to compose your own components // SEGUN ADEBAYO
nuqs 2 – The type-safe search params state manager has reached version 2, now offering support for additional frameworks beyond just Next.js. The latest release also introduces a new testing adapter for unit testing your components, along with some bundling size improvements. // FRANÇOIS BEST
shadcn/ui Sidebar – A new composable, themeable and customizable shadcn sidebar component // SHADCN
🌈 Related
How Vercel adopted microfrontends – Learn how Vercel cut build times and improved developer velocity while maintaining a smooth user experience with microfrontends. // VERCEL
Netlify joins OpenNext – Netlify announces its participation in the OpenNext project to enhance Next.js deployment across cloud platforms. // MATHIAS BIILMANN
State of React 2024 – The State of React Survey 2024 is now open. Put your knowledge to the test and contribute valuable insights that help gauge the popularity of React APIs and libraries across the ecosystem. // STATE OF REACT
|