Next.js Daily: React Upgrade and Instant Navigation Features

Next.js updated to the latest React experimental build and shipped major instant navigation improvements including build-time validation and enhanced testing capabilities. The team also completed significant Turbopack documentation migration and backend cleanup.

Duration: PT2M10S

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-03-13T10:30:28Z
  • Audio duration: PT2M10S

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 March 13th, 2026.

The Next.js bot merged a React upgrade from build 46103596 to 5e9eedb5, bringing the latest experimental React features across 106 files. Janka Uryga delivered build-time validation for instant navigation, allowing validation during prerendering using mock request data from samples. This experimental feature…

Andrew Clark merged hydration improvements for page loads during instant navigation testing. Pages now hydrate from static shells instead of skipping hydration entirely, making tests more reliable and pages interactive during locked periods. Uryga also enhanced error reporting for validation-blocking issues, now…

Luke Sandberg cleaned up the turbo-tasks-backend by removing the unused LMDB database backend and ReadTransaction abstractions, eliminating 1,500 lines of code and all related unsafe blocks. Tobias Koppers optimized memory usage by removing sequential madvise calls that were fragmenting virtual memory areas.

JJ Kasper exposed router helpers on requestMeta for Node.js adapters, making hostname, revalidate, and render404 functions available through public handler options. The team also upgraded picocolors to…

Benjami…

Nearby episodes from Next.js Daily

  1. Turbopack Webpack Loader Support and Critical Bug Fixes
  2. Build Performance and Static Generation Improvements
  3. Weekly Recap - Core Performance & Rendering Improvements
  4. Turbopack Performance Improvements and Router Fixes
  5. Parallel Routes and Developer Tools Update
  6. CSS Features Control and Performance Optimizations
  7. Turbopack HMR Expansion and URL Normalization Fixes
  8. Developer Experience Improvements and Error Handling