Next.js: React 19 Upgrade and Turbopack Performance Gains
Next.js updated to the latest React build and achieved significant Turbopack performance improvements, with the JavaScript value type optimized to reduce memory usage by 50%. The framework also expanded instant navigation validation options and resolved several bundling issues.
Duration: PT2M9S
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-05-07T10:02:26Z
- Audio duration: PT2M9S
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 your Next.js development briefing for May 7th, 2026.
The Vercel release bot merged a React upgrade from build f4e0d4ed to dd453071, updating experimental React DOM components across 113 files. Luke Sandberg merged two major Turbopack optimizations - simplifying asset identifier constructors to reduce task overhead, and removing a frequently-executed resolver task that…
Matt Mastracci delivered substantial performance gains by shrinking the JavaScript value type from 64 to 32 bytes, achieving an 8% improvement in linking performance and 2.6% faster graph creation on large applications. The optimization boxes large data structures and unifies function call payloads to improve memory…
Josh Story merged expanded instant navigation validation, adding experimental configuration to enable validation for all routes by default rather than requiring manual opt-in. Sam Selikoff fixed draft mode behavior to properly disable instant validations, maintaining consistency with cache bypass operations.
Benjamin Woodruff improved effect error caching in Turbopack, replacing mutex locks with more efficient notification primitives. Tobias Koppers optimized loader tree import…
Hendrik…
Nearby episodes from Next.js
- Turbopack Performance and Telemetry Updates
- CI Pipeline Optimization
- Optimistic Routing and Performance Improvements
- Cache System Overhaul and Turbopack Improvements
- Cache Fixes and Performance Wins
- Cache Security and Turbopack Performance
- Core Infrastructure Updates and React Upgrade
- Weekly Recap - Error Handling & Runtime Evolution