React Upgrades and Turbopack Build Optimizations
Next.js received two React upgrades and significant Turbopack build optimizations, including route filtering support and manifest restructuring for better performance.
Duration: PT2M4S
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-01-20T11:18:54Z
- Audio duration: PT2M4S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, I'm your host with Next.js Daily for January 20th, 2026.
The Next.js team merged 18 pull requests yesterday, highlighted by two major React upgrades. The nextjs-bot and eps1lon upgraded React from January 16th to January 19th builds, bringing in six upstream React changes across over 150 files combined.
Andrew Clark merged experimental gesture-driven navigation support through a new `experimental_gesturePush` method, gated behind the `experimental.gestureTransition` config flag. This enables gesture-based routing integration with React's experimental builds, though it's not production-ready.
Hendrik Liebau delivered significant Turbopack improvements. He added `--debug-build-paths` support to filter routes during compilation, not just prerendering, which should dramatically reduce build times for large applications debugging specific routes. He also implemented negation pattern support, allowing…
Mischnic restructured Pages Router client-side manifests to remove build ID dependencies when skew protection is enabled, changing paths from `/_next/static/BUILD_ID/_buildManifest.js` to `/_next/static/_buildManifest.js`.
Liebau fixed cache revalidation issues with rewrites,…
Nearby episodes from Next.js Daily
- React Updates and Feature Rollbacks
- Development Tools and Documentation Updates
- Cache Improvements and DevTools Updates
- Turbopack Storage Overhaul and Worker Improvements
- Turbopack Worker Threads Rollback
- Edge Runtime Fix and Build Path Debugging
- Server Action Logging and Turbopack Optimizations
- Route Handler Optimization and Turbopack Performance Improvements