Vue.js: Vapor Mode Gets Keyed Blocks and Better Slot Handling
The Vue.js core team shipped six significant PRs focused entirely on Vapor mode improvements. Edison1105 led the charge with keyed block handling for dynamic keys and better slot isolation in v-for loops, while zhiyuanzmj strengthened TypeScript support with proper component types and JSX integration.
Duration: PT4M4S
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-02-04T11:09:48Z
- Audio duration: PT4M4S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hey there, Vue developers! Welcome back to another episode of the Vue.js podcast. I'm so excited to catch up with you today because we've got some fantastic updates from the Vue core team that really show how Vapor mode is maturing into something special.
So February 4th was a busy day for the Vue.js repository - we saw six pull requests merge, and here's what's really interesting: every single one of them was focused on Vapor mode. This tells us that the team is really doubling down on getting Vapor ready for prime time, and the improvements we're seeing are…
Let's start with the biggest change of the day. Edison1105 tackled a really important piece of the puzzle with keyed block handling for dynamic keys. Now, if you're not familiar with keyed blocks, think about when you have a list of items and Vue needs to efficiently figure out which items changed, moved, or were…
Right after that, Edison delivered another crucial fix for slot handling in v-for loops. This one's super practical - have you ever run into weird behavior where properties seemed to leak between different items in a list when using slots? That's exactly what this fixes. Now each fragment in a v-for loop gets…
But…
And…
Nearby episodes from Vue.js
- Transitions Get Smoother and Types Get Smarter
- Vapor Mode Gets Stronger and Infrastructure Updates
- Teleport Gets a Major Tune-Up
- Vapor Mode Gets Major Key Handling & Tree-Shaking Wins
- Vapor Mode Gets Some Love - Compiler Fixes and v-for Improvements
- Vapor Mode Polish - SVG Fixes and Code Cleanup
- Transition Magic Gets Even Better
- Vapor and VDOM Playing Nice Together