<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/qb3j8zinu" -->

---
title: Next.js 16.3: Instant Navigations | daily.dev
description: 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...
canonical: https://daily.dev/posts/qb3j8zinu
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Next.js 16.3: Instant Navigations | daily.dev
og:description: 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...
og:url: https://daily.dev/posts/qb3j8zinu
og:image: https://api.daily.dev/og/posts/Qb3J8ZiNu.png
og:image:alt: Post cover image
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Next.js 16.3: Instant Navigations

**[Front-end Tribe](https://daily.dev/sources/frontendtribe)** · [@josephciullo](https://daily.dev/josephciullo) · 1 upvotes · 0 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nextjs.org/blog/next-16-3-instant-navigations>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#nextjs](https://daily.dev/tags/nextjs)

[View this post on daily.dev](https://daily.dev/posts/qb3j8zinu)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"DiscussionForumPosting","mainEntityOfPage":"https://daily.dev/posts/qb3j8zinu","headline":"Next.js 16.3: Instant Navigations","text":"Shared: Next.js 16.3: Instant Navigations","url":"https://daily.dev/posts/qb3j8zinu","datePublished":"2026-06-26T08:05:28.267Z","dateModified":"2026-06-26T08:05:28.272Z","author":{"@type":"Person","name":"Giuseppe Ciullo","url":"https://daily.dev/josephciullo","image":"https://media.daily.dev/image/upload/s--ZWJVS9qX--/f_auto/v1729860558/avatars/avatar_NqpuiWuzfqEhP88PKSSrA","description":"Front-End Engineer ⚛️ React & Next.js | Scalable UI Architectures & UX, TypeScript, Design Systems","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":1010}},"image":"https://media.daily.dev/image/upload/s--CxzD6vbw--/f_auto/v1722860399/public/Placeholder%2005","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"sharedContent":{"@type":"WebPage","url":"https://api.daily.dev/r/80NCBhRrp"},"isPartOf":{"@type":"WebPage","url":"https://daily.dev/squads/frontendtribe","name":"Front-end Tribe"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Front-end Tribe","item":"https://daily.dev/squads/frontendtribe"},{"@type":"ListItem","position":3,"name":"Next.js 16.3: Instant Navigations"}]}
```

