Next Js Daily: Turbopack Gets Faster and More Configurable

Turbopack saw its biggest cluster of changes in months—default build caching, reorganized chunking config, and a napi bindings migration—while the React and RSC layer picked up correctness fixes around hydration and error logging.

Duration: PT2M25S

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-07-31T22:00:50Z
  • Audio duration: PT2M25S

Transcript excerpt

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

Good evening, it's July 31st, and this is Next JS Daily.

Today's biggest signal is Turbopack maturing fast on both performance and configuration fronts, while the React integration layer got a round of quiet correctness fixes.

Start with performance. Tobias Koppers' PR 96395 turns on the Turbopack file system cache for builds by default—previously this was opt-in, limited mostly to Vercel's own canary builds. Now warm builds get faster everywhere except non-Vercel CI, where the cache won't persist anyway. Pair that with Sam Poder's work…

Second theme: hardening the client rendering path. Andrew Clark's PR 96400 fixed a bug where reconstructing a page's head data from a static fallback shell always marked it as partial, because the flag was mistakenly set to the head object itself instead of a boolean. Not user-visible today, but it matters because…

What's next: expect the file system cache default to surface in build-time reports, and watch for the napi v3 migration to shake out edge cases in native tooling.

That's the briefing—back tomorrow.

Nearby episodes from Next Js Daily

  1. Cache Components and Bot Handling Get a Streaming Overhaul
  2. Closing the Gaps on Partial Prefetching and Turbopack Cleanup
  3. Turbopack's Server HMR Overhaul
  4. Request Insights Takes Shape
  5. Chasing Down Cache Invalidation Bugs
  6. Plugging the Long-Running Server Leaks
  7. Squashing Memory Leaks and Chasing Deopts
  8. TypeScript 7 Fire Drill and Static Rendering Guardrails