Next.js: Instant Navigation & Image Cache Revolution

A massive development day with 20 merged PRs featuring groundbreaking instant navigation improvements, a complete image optimization overhaul with LRU disk caching, and major Turbopack advances including Subresource Integrity support. The team made significant progress on developer experience with new dev tools toggles and enhanced error reporting.

Duration: PT4M2S

Episode overview

This episode is a short developer briefing from Next.js.

It explains recent repository work in plain language.

  • Show: Next.js
  • Published: 2026-02-21T11:12:23Z
  • Audio duration: PT4M2S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Hey there, Next.js developers! Welcome back to your daily dose of framework goodness. I'm absolutely buzzing with excitement today because we've got some incredible updates that are going to make your apps faster, your development experience smoother, and your users happier.

Let me start with the star of today's show - instant navigation is getting some serious love. Andrew Clark dropped an amazing dev tools toggle that lets you test instant navigation mode right from your development environment. No more jumping into test code - just flip a switch and see how your app behaves with…

Speaking of instant navigation, Sebastian put in some fantastic work expanding how the system detects instant configurations. Now it handles aliased exports, indirect exports, and even re-exports. Plus, those cryptic validation errors? They now include the actual declaration location where your instant config lives.…

But here's the change that's got me really excited - Steven just landed a complete revolution in image optimization. We're talking about an LRU disk cache system with configurable size limits. The new `maximumDiskCacheSize` setting defaults to 50% of available disk space, and it's smart…

Over…

Nearby episodes from Next.js

  1. Infrastructure Week - Testing, Docker, and Developer Experience
  2. Instant Navigation Gets Real + Turbopack Performance Wins
  3. Instant Navigation Gets Production-Ready Testing Tools
  4. Bug Hunt Success - Fixing Cache Mysteries and Build Crashes
  5. Router Resilience and Developer Experience Wins
  6. Pipelining Performance and AI Agent Tooling
  7. Better Documentation & Smoother Scrolling
  8. Turbopack Gets Smart, HMR Gets Stable