Next.js: Weekly Recap - Slimming Down the Build Output and the Dev Server

This week's work centered on cutting redundant routes from adapter builds, closing a stale-page bug in the development server, and continuing the Partial Prefetching feature stack. Fifty pull request items and thirty additional commits landed, with several multi-PR stacks doing the heavy lifting.

Duration: PT3M5S

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-08-24T09:28:22Z
  • Audio duration: PT3M5S

Transcript excerpt

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

Good day, and welcome to the Next.js Weekly Recap for August 17th through 24th. Fifty pull request activity items and thirty additional commits this week.

The standout story is a coordinated effort to shrink the route tables that builds hand to deployment adapters. Hendrik Liebau's stack — PRs 97719, 97728, 97720, and 97738 — first captured snapshot fixtures of existing route output, then systematically collapsed redundant entries. Segment-cache routes that duplicated…

Second theme: development server correctness. Unstubbable's PR 97505 fixes a long-running saga around browser caching in development — going back in history was serving stale pages because responses had no way to be revalidated. The fix returns to a "no-store" policy for documents while keeping "no-cache" for static…

Third theme: Partial Prefetching continues to take shape under Janka Uryga, or lubieowoce. This week saw "unstable navigation" scaffolded and validated with new discriminated error messages, "unstable prefetch" scaffolded and implemented, and an incomplete "unstable eager" API removed outright before it caused more…

Fourth theme: infrastructure and test hygiene. Sebastian Silbermann's team replaced…

Looking…

Nearby episodes from Next.js

  1. WebAssembly Cleanup and Cache Correctness Fixes
  2. Cutting the Route Table Down to Size
  3. Tightening Up Static Rendering Edges
  4. Partial Prefetching Precedence Gets Cleaned Up
  5. Module Federation Lands in Turbopack, Partial Prefetching Gains New APIs
  6. Cleaning Up Test Debt and Prefetch Bugs
  7. Development Caching Comes Full Circle
  8. Development Caching Gets a Rethink