Next.js Daily

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

https://podlog.io/listen/next-js-daily-cb14d90b/episode/react-upgrades-and-turbopack-build-optimizations-44d50014

Transcript

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 developers to exclude paths with patterns like `!app/admin/**`.

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, ensuring `revalidatePath` correctly invalidates cache entries for rewritten destinations rather than source paths.

Sebastian Silbermann added `--inspect` support to `next start` for easier server debugging, matching the functionality already available in `next dev`.

The team also focused heavily on CI improvements, enabling Turborepo remote caching for deploy tests and excluding production tests from deploy mode to prevent failures.

What's next: Watch for continued React integration improvements and additional Turbopack optimization features. The gesture navigation experiment suggests deeper React-Next.js integration coming.

That's your Next.js Daily update. Stay tuned for tomorrow's developments.