Next.js: Routing Gets Smarter & React Gets Fresher
Today brought 15 merged PRs with major routing intelligence improvements, including smarter catch-all route handling and cross-zone server action fixes. The team also upgraded React, introduced comprehensive AI evaluation tooling, and made significant performance optimizations across the board.
Duration: PT1M58S
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-03-07T12:19:21Z
- Audio duration: PT1M58S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hey there, Next.js developers! Welcome back to your daily dose of framework goodness. I'm your host, and wow, do we have a packed episode for you today - March 7th, 2026. The Next.js team has been absolutely crushing it with 15 merged pull requests and 17 additional commits. Grab your favorite beverage because we're…
Let's start with the star of today's show - routing just got a whole lot smarter. Andrew Clark landed a fantastic fix for catch-all routes that was honestly driving developers a bit crazy. You know that frustrating moment when you have both a specific route like `/dashboard/settings/profile` and a catch-all route…
Speaking of routing reliability, Jonas Herrmannsdörfer tackled a tricky edge case with server actions in multi-zone setups. If you're working with multiple Next.js projects on the same domain - think microservices architecture - server action redirects were sometimes showing blank pages when crossing zones. The fix…
Now, here's something that got me really excited - Jude Gao introduced a complete evaluation system for AI agents working with Next.js. This is fascinating stuff, folks. The new system lets the team test how well AI coding assistants can actually…
Th…
Nearby episodes from Next.js
- Lightning CSS Gets Superpowers & Turbopack Performance Wins
- Hot Module Replacement Gets a Major Upgrade
- Error Messages Get a Major Makeover
- Turbopack Chunking Gets Cleaner
- Cached Navigation Control & Performance Wins
- Turbopack Tree Shaking Revolution & Cache Components Cleanup
- Major Performance & Observability Upgrades
- Performance Revolution and Native Code Migration