Next.js v15 Release
https://nextjs.org/blog/next-15
Next.js 15 stable release brings:
React 19 support
Experimental: React Compiler
Now stable:
Turbopack Dev (`next dev —turbo`)
Instrumentation
Bundling External Packages (`bundlePagesRouterDependencies`)
Breaking:
Async Request APIs
Caching (fetch, GET route handler, client navigation are no longer cached by default)
TypeScript support for `next.config.ts` !
nuqs v2 Release
https://nuqs.47ng.com/blog/nuqs-2
nuqs is a type-safe search params state manager for react. Initially intended for next.js, the v2 release brings support for plain react (vite), remix, react-router, etc.
Fumadocs v14 Release
https://fumadocs.vercel.app/blog/v14
Chakra UI v3 Release
https://www.chakra-ui.com/blog/00-announcing-v3
Chakra UI v3 brings a new design architecture, streamlined dependencies, various new components (25+ new components!), extending composability and snippets system. It’s now powered by Ark UI and use Panda CSS inspired styling API.
Learn more about the differences from v2 here: https://www.chakra-ui.com/blog/01-chakra-v2-vs-v3-a-detailed-comparison
Svelte v5 Release
https://svelte.dev/blog/svelte-5-is-alive
Runes! And new unified home for the site & docs.
shadcn/ui sidebar!
https://x.com/shadcn/status/1847359896557408461
https://ui.shadcn.com/docs/components/sidebar
The long awaited component is finally available to be copy-pasted.
Closing
What a week, so many good stuffs is released, including Zustand v5. See you in the next roundup!