Vue.js: Weekly Recap - Hardening Vapor Mode and Suspense Hydration
This week's core work centered on stabilizing Vue's Vapor rendering mode and fixing a cluster of Suspense and hydration edge cases, with over thirty pull requests merged into vuejs/core between August 31 and September 7.
Duration: PT3M23S
Episode overview
This episode is a short developer briefing from Vue.js.
It explains recent repository work in plain language.
- Show: Vue.js
- Published: 2026-09-07T09:31:14Z
- Audio duration: PT3M23S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Welcome to the Vue.js Weekly Recap for August 31 through September 7.
This week: 37 pull request activity items and 6 additional commits, almost all landing in the core repository.
The strongest pattern this week is a concentrated push to make Vapor mode production-ready, alongside a parallel effort fixing how Suspense and hydration behave when things get interrupted mid-render.
Start with Vapor. Contributor edison1105 drove a long chain of fixes touching nearly every corner of this rendering mode: v-once handling for components and slots in PR 15443, hydration anchor resolution for v-for lists in PR 15428, merged event listeners across prop sources in PR 15444, and transition timing fixes…
The second theme is Suspense and hydration reliability, led by serkodev across a tightly linked set of PRs: 15411, 15429, 15430, 15431, and 15432, all merged the same day and mirrored in the commit log by SerKo. The throughline: when hydration is interrupted, or a nested Suspense boundary resolves too early, Vue…
Third, a smaller but notable reliability theme in the standard runtime: PR 15435 addresses v-once children failing to unmount after parent rerenders, linked to a long-standing Nuxt issue,…
Nearby episodes from Vue.js
- Closing an Old v-once Teardown Bug
- Vapor Hydration Gets a Rethink
- Suspense and Hydration Get a Serious Cleanup
- Vapor Mode's Transition Overhaul
- Vapor Runtime's Async Component Overhaul
- Vapor Mode Stability Push
- The Once-Listener Chase in Runtime Vapor
- Weekly Recap - Vapor Mode Hardening & Cross-Renderer Consistency