Next.js Daily: Instant Navigation Testing API Launch

Next.js shipped a major testing API for instant navigation assertions and deployment skew protection improvements. The framework also cleaned up deprecated examples and enhanced error reporting for better developer experience.

Duration: PT2M2S

Episode overview

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

It explains recent repository work in plain language.

  • Show: Next.js Daily
  • Published: 2026-02-05T11:16:22Z
  • Audio duration: PT2M2S

Transcript excerpt

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

Good morning. This is Next.js Daily for February 5th, 2026.

Andrew Clark merged three significant pull requests introducing the Instant Navigation Testing API. The first PR adds a dev-mode primitive that allows e2e tests to assert on prefetched UI before dynamic data streams in, eliminating race conditions in loading state tests. A second PR extends this API to support full…

Janka Uryga merged a mechanical rename changing "unstable_prefetch" to "unstable_instant" across 64 files, updating error pages and API references to reflect the new naming convention.

Niklas Mischkulnig merged improvements for Pages data route deployment skew protection, implementing header-based comparison for better deployment handling and making build IDs constant when deployment IDs are available. He also enhanced Turbopack's system environment variable inlining suggestions.

Jiachi Liu merged error reporting improvements that include owner stack traces for forwarded logs, making it easier for automated agents to detect and fix issues from terminal output.

JamBalaya56562 removed the unmaintained Tigris database example, cleaning up lint configs and removing over 1,200 lines of deprecated code. Eric Rabinowitz…

Nearby episodes from Next.js Daily

  1. Turbopack Optimizations and React Updates
  2. Turbopack and Infrastructure Focus
  3. Server Action Optimization and Turbopack Performance
  4. React Upgrade and Instant Validation
  5. Turbopack Enhancements and React Updates
  6. Server Function Logging Updates and Build Fixes
  7. Canary Release Bump
  8. Turbopack Enhancements and Cache System Updates