Vercel has launched Next.js 16.3, a significant update to the React framework. The release features "Instant Navigations," an opt-in suite of tools designed to bring the responsiveness of single-page applications to Next.js while retaining its server model. This functionality builds on the 'use cache' directive and is enabled by setting `cacheComponents: true` and `partialPrefetching: true` in the Next.js configuration.
The update focuses heavily on enhancing the development experience. Turbopack now utilizes up to 90% less memory during `next dev` operations, thanks to new disk caching and memory eviction features. This has been observed to reduce memory usage significantly, with one report showing a drop from 4GB to 1.5GB. Additionally, the same disk cache accelerates `next build` processes, making repeat builds up to 5.5 times faster on CI environments.
Type checking has also seen improvements, with `next build` now supporting TypeScript 7, which Microsoft claims is approximately ten times quicker. Server-side rendering has been re-engineered to use native Node.js streams instead of web streams, allowing it to handle up to 22% more requests under load without requiring code changes. As part of this transition, the edge runtime is now deprecated.
Instant Navigations are supported by new DevTools called Instant Insights, which automatically identify navigations that are not instant. A Playwright `instant()` helper is also available to help teams prevent regressions. While the update offers substantial benefits, some caveats exist, such as issues with static exports and global styled-jsx styles when using Partial Prefetching. Appwrite recommends upgrading for the default improvements and adopting Instant Navigations incrementally.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Vercel has released Next.js 16.3, introducing "Instant Navigations" for client-driven responsiveness and substantial performance gains in development memory usage, build times, and server-side rendering. This update improves the developer experience and application performance for Next.js users.