Next.js Daily: Server Actions and Turbopack Improvements

Today's update includes 17 merged pull requests focusing on server actions fixes, Turbopack optimizations, and documentation updates. Key improvements include server actions fixes for standalone mode and significant Turbopack performance enhancements.

Duration: PT2M2S

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-21T10:14:34Z
  • Audio duration: PT2M2S

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 21st, 2026.

The team merged 17 pull requests yesterday with significant fixes and optimizations. Unstubbable merged a critical fix for server actions in standalone mode with cache components enabled, resolving issues where action requests were incorrectly entering fallback rendering blocks. Mischnic addressed a Turbopack…

IJjk fixed adapter outputs for dynamic metadata routes, ensuring dynamic robots.txt and sitemap.xml files using connection() are properly included in adapter outputs. Sokra contributed multiple Turbopack improvements including layout segment optimization by moving app-page imports to the server-utility transition…

Matt Mastracci delivered significant build performance improvements for cross-compiled MUSL targets, refactoring the build system and adding comprehensive documentation for compilation flags. The team also added persistent caching support to the standalone turbopack-cli with new --persistent-caching and --cache-dir…

Additional merged work included fixes for webpack loader runner layers, updates to node file trace integration tests, and removal of incorrect debug assertions in turbo-tasks. The team also updated…

D…

Nearby episodes from Next.js Daily

  1. Performance Optimizations and Segment Bundling
  2. Turbopack Hash Encoding and Build Optimizations
  3. Segment Bundling Improvements and Documentation Updates
  4. Weekly Recap - Turbopack Optimization & Production Stability
  5. Node.js Streams Foundation & Instant Validation
  6. Turbopack Webpack Loader Support and Critical Bug Fixes
  7. Build Performance and Static Generation Improvements
  8. Weekly Recap - Core Performance & Rendering Improvements