Next.js: Performance Revolution and Native Code Migration

A massive performance-focused update with 16 merged PRs bringing a complete rewrite of error code frames in Rust, major OpenTelemetry improvements, and significant documentation restructuring around caching strategies. Notable contributors include Luke Sandberg's native code migration work, Delba's comprehensive docs overhaul, and several key React integration updates.

Duration: PT4M8S

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-04T11:28:40Z
  • Audio duration: PT4M8S

Transcript excerpt

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

Hey there, developers! Welcome back to another episode of the Next.js podcast. I'm your host, and wow - do we have an exciting update for you today from March 4th, 2026. Grab your favorite beverage because we're diving into some seriously impressive engineering work that's going to make your development experience…

Let's jump right into the headline story - and honestly, I'm geeking out a little here. Luke Sandberg just delivered what might be one of the most impressive performance improvements we've seen in a while. He completely rewrote the code frame rendering system - you know, those helpful error messages that show you…

Here's the thing that blew my mind: the old system using Babel's code-frame was not just slow, it was actually crashing on large files. Those massive string literals or really long lines? They'd throw RangeErrors and completely hide your actual error. That's like your debugging tool making debugging impossible! The…

But performance wasn't the only win here. We also got some fantastic OpenTelemetry improvements from Jiachi Liu. If you're using APM tools like Datadog, you've probably been frustrated seeing resource names show up as just "POST" instead of the much…

S…

Nearby episodes from Next.js

  1. Routing Gets Smarter & React Gets Fresher
  2. Cached Navigation Control & Performance Wins
  3. Turbopack Tree Shaking Revolution & Cache Components Cleanup
  4. Major Performance & Observability Upgrades
  5. The Great Cleanup & Performance Push
  6. Developer Experience Gets a Major Polish
  7. Infrastructure Week - Testing, Docker, and Developer Experience
  8. Instant Navigation Gets Real + Turbopack Performance Wins