Next.js: Spring Cleaning Edition - Cache Fixes and Documentation Polish

The Next.js team delivered 5 solid pull requests focused on infrastructure improvements and developer experience polish. Key highlights include fixing Docker build cache corruption in Turbopack, optimizing Rust string handling for better performance, and updating all revalidateTag documentation examples to use the new two-argument API signature.

Duration: PT3M51S

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-29T10:02:32Z
  • Audio duration: PT3M51S

Transcript excerpt

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

Hey there, fellow developers! Welcome back to another episode of the Next.js podcast. I'm your host, and wow, do I have some great updates to share with you today. It's March 29th, 2026, and the Next.js team has been busy doing some serious spring cleaning in the codebase.

Let me start with what I'm calling the "mystery solved" moment of the day. Matt Mastracci tackled a really frustrating issue that's been plaguing the Docker builds in Turbopack. You know how sometimes the most annoying bugs are the ones that seem to work fine locally but break in production? Well, they discovered…

Speaking of performance improvements, Tobias Koppers delivered something really elegant on the Rust side of things. He optimized how strings are handled in the NAPI bindings by using RcStr directly instead of converting to String objects. Now, I know that might sound super technical, but here's why it matters -…

Now here's a change that's going to help a lot of you directly. Aurora Scharff went through and updated all the documentation examples for revalidateTag to use the new two-argument signature. If you've been following along with the caching improvements in Next.js, you know that revalidateTag now…

W…

Nearby episodes from Next.js

  1. Hash Salting, Adapter Progress, and Performance Wins
  2. Safari Gets Some Love and TypeScript Gets an Upgrade
  3. React Upgrade & Developer Experience Wins
  4. The Quiet Release Dance
  5. Offline-First Web Apps Are Here
  6. Turbopack Gets Smarter & Tests Get More Reliable
  7. The Performance Optimization Marathon
  8. Enterprise-Ready Security & Better Developer Experience