Next.js Daily: Parallel Routes and Developer Tools Update

Nine pull requests merged addressing parallel routes with route groups, Turbopack documentation improvements, and enhanced developer tooling. Key fixes include webpack dev 404 resolution and Node.js exit handling improvements.

Duration: PT1M41S

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-03-12T10:22:02Z
  • Audio duration: PT1M41S

Transcript excerpt

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

Good morning, this is Next.js Daily for March 12th, 2026.

Tim Neutkens merged a critical fix for parallel routes with route groups, resolving webpack dev 404 errors when parallel routes have children nested inside route groups. The fix addresses app path sorting issues and prevents double page segment creation.

Benjamin Woodruff merged Turbopack documentation updates, consolidating the "cells" page content into rustdocs with improved accuracy and additional detail for the Vc documentation.

Sam Selikoff added a Start button to the Instant Navs panel, allowing developers to initiate inspection of client navigations and dismiss the initial screen without reloading the application.

Xusd320 fixed a Node.js exit issue in Turbopack by calling unref on ThreadsafeFunctions, preventing the event loop from hanging after build completion.

JJ Kasper preserved RSC metadata in Proxy requests when URL normalization is skipped, maintaining Flight headers and the _rsc query parameter for custom proxy logic.

Nearby episodes from Next.js Daily

  1. Build Performance and Static Generation Improvements
  2. Weekly Recap - Core Performance & Rendering Improvements
  3. Turbopack Performance Improvements and Router Fixes
  4. React Upgrade and Instant Navigation Features
  5. CSS Features Control and Performance Optimizations
  6. Turbopack HMR Expansion and URL Normalization Fixes
  7. Developer Experience Improvements and Error Handling
  8. Weekly Recap - Performance & Stability Focus