Next.js canary improves partial prefetching
Next.js 16.3.0-canary.49 tightens Partial Prefetching in dev with new warnings, adjusts dev-server caching behavior, re-fetches dynamic content on navigation, and lands Turbopack fixes—useful for teams trialing the upcoming caching and navigation model.
v16.3.0-canary.49 — Misc Changes [turbopack] Rename variables in path_join and add tests: #94625 Warn on prefetch={true} navigation without Partial Prefetching (dev): #94672 Serve stale 'use cache' entries in the dev server until they expire: #94662 Re-fetch dynamic content on navigation with partialPrefetching enabled: #94655 docs: expand the Cache Components migration guide: #94649 Add Owner Stack to "prefetch={true} navigation without Partial Prefetching" warning: #94683 [tubopack] migrate...

