Next.js Daily: Binary Diets and Repo Spring Cleaning
The Next.js team shaved meaningful weight off the compiled toolchain through several targeted Rust fixes, while a parallel effort stripped out five dormant GitHub workflows to cut maintenance risk. Two smaller fixes also closed long-standing gaps around custom page extensions and touch input.
Duration: PT2M28S
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-08-24T06:05:31Z
- Audio duration: PT2M28S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's August 24th, 2026, and this is Next.js Daily.
Today's biggest pattern is binary size. Three separate pull requests attacked the compiled size of the native tooling from different angles. Luke Sandberg's PR 97761 cut over three megabytes from the native addon by removing atomics from a counter module. Sokra's PR 97767 split cold accounting paths in TurboMalloc…
The second theme is housekeeping. Eps1lon opened five PRs in a row — 97753, 97749, 97756, 97758, and 97755 — each deleting a dormant GitHub Actions workflow: the popular-issues digest, the wrong-issue-template closer, code freeze automation, stale-issue closing, and issue locking. The common thread is that these…
Two smaller but concrete fixes: PR 97751 and 97750, both from dream-creator, fix cases where custom multi-part page extensions — think "page dot tsx" — caused font preload tags to silently disappear, and caused the ESLint no-html-link-for-pages rule to misfire. And PR 97723, merged by Marcos Hernanz, restores…
What to remember: if you're on a custom page extensions setup, these font and lint fixes are worth pulling in. And expect a leaner next-swc binary soon.
That's the briefing — back tomorrow.
Nearby episodes from Next.js Daily
- Fixing the Routing Table Under the Hood
- Weekly Recap - Trimming the Route Table and Taming Development Caching
- Tightening Up Dynamic Routing
- Prefetching Precision and Turbopack's Deep Cleanup
- Cleaning Up Native Test Dependencies, and Module Federation Lands on Turbopack
- Cleaning Up Test Debt and Prefetch Bugs
- Development Caching Gets a Rewrite
- Turbopack Build Reliability Push