Front-end Tribe
josephciullo's profile
Giuseppe Ciullo@josephciullo•Jun 26
1K
Post cover image

Next.js 16.3: Instant Navigations

Avatar of nextNext.js•From nextjs.org•Jun 25•10m read time

Next.js 16.3 Preview introduces Instant Navigations, a suite of opt-in features that bring SPA-like responsiveness to server-driven Next.js apps. The core idea: navigations become instant by either Streaming (showing a loading shell via Suspense) or Caching (reusing previously cached UI via 'use cache'), while still allowing specific routes to Block and wait for the server. A new Partial Prefetching system replaces per-link prefetching with a single reusable shell per route, reducing unnecessary network requests. Developer tooling includes Instant Insights (slow navigations become dev errors), a Navigation Inspector in DevTools to visually inspect prefetched shells, and an instant() test helper for Playwright. Both cacheComponents and partialPrefetching flags must be enabled to try these features. The release is available now as a preview via npm install next@preview.

111 Impressions
josephciullo's user avatar
Giuseppe Ciullo
@josephciullo
Joined May 19. 2022
1K

Front-End Engineer ⚛️ React & Next.js | Scalable UI Architectures & UX, TypeScript, Design Systems

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard