Next.js 16.3 with Instant Navigations
Next.js 16.3
This update focuses on speed and a better developer experience. It improves how apps build, render, prefetch, and recover from errors, with some useful new tools too
- Uses much less RAM in dev (up to 90% less)
- Builds are much faster thanks to caching
- Server-side rendering is faster and can handle more traffic
- New “Instant Navigations” features help pages feel more like an SPA
𝕏 Instant Navigations in Next.js 16.3
Aurora Scharff has put together a series on building apps that feel fast and smooth like SPAs, while still keeping server rendering and server-side data fetching
⚡️ Sponsor: Tigris Data
Your agent’s sandbox is disposable. Its work shouldn’t be.
What happens to your agent’s work when its sandbox disappears? Keep files, artifacts, and state durable between runs— without making the compute permanent.
📙 Articles / Tutorials / News
Making Navigations Instant in v0
Vercel explains how they made v0 much faster with Next.js 16.3. The new instant() helper is especially interesting, since it lets teams test if a navigation feels instant
Fixing Optimistic UI Race Conditions
This post shows how fast repeated clicks can trigger overlapping requests, and why a simple per-item lock can stop race conditions before they happen
Client-side data fetching
Next.js has published a guide on choosing the right client fetching pattern. It covers simple one-time reads, loading states, Suspense, shared cache, and mutations
Your useMemo Probably Isn't Doing Anything
Many React apps don’t need as much memoization as people think. This article shows that moving state lower in the tree often helps more
📦 Projects / Packages / Tools
React Bits – New Components
A big update has landed on React Bits, with 27 new free components added across multiple categories. That brings the library to 165+ components in total, including new backgrounds, text animations, and other UI components
Announcing TanStack Table V9
After two years of work, TanStack Table V9 is now stable. It brings faster performance, better type safety, smaller bundles through tree shaking, and new table features
Sugar High v2
With v2, Sugar High grows into a broader code highlighting toolkit with React components, a Remark plugin, and theme support that works well with Tailwind. The main focus remains the same: small size, simple setup, and easy extension
shadcn/ui chatbot-template
A minimal chatbot template built with Next.js, AI SDK, shadcn/ui, shadcn/react, shadcn/typeset. It runs on the Vercel AI Gateway.
Sponsor the newsletter
If you’re building something for the Next.js community, consider sponsoring this newsletter and putting it in front of 7,100+ Next.js developers.
🌈 Related
The state of zero-runtime CSS-in-JS, mid-2026
As React has changed, CSS-in-JS has changed with it. This article looks at why runtime styling has lost ground and which compile-time tools are now leading the space
The secure way to release an npm package in 2026
Covers the main steps teams can take to secure npm publishing, including 2FA, CI hardening, dependency cooldowns, and manual approval flows
Visual Regression Testing: The Most Important Test You're Not Running
Your tests can pass even when your UI looks wrong. This post shows how visual regression testing catches those bugs by comparing screenshots, with examples using Percy, Chromatic, and Vitest Browser Mode
Have a link you want to share? Send me an email at erfan@nextjsweekly.com
All submissions are appreciated.
👋 See you next week!