← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Next.js 16.3 Released with Instant Navigations and Significant Performance Improvements

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Next.js 16.3 includes Instant Navigations for faster client-side experiences.
  • Turbopack now uses up to 90% less memory during development.
  • Repeat builds are up to 5.5 times faster due to disk caching.
  • Server-side rendering handles 22% more requests with Node.js streams.

Next.js 16.3 Introduces Instant Navigations

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.

Development Experience Improvements

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.

Faster Type Checking and Server-Side Rendering

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.

New Developer Tools and Adoption Notes

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~17 min · 15 stories · Aug 20

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub vercel/next.js

Reporting from

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.