Vapor Roadmap
Author: LittleSoundCreated Jul 22, 2025Updated Aug 24, 2026
This Issue was created to provide better disclosure of information and find features that can be completed for community contributors. Maintainers are welcome to participate in updating this list.
Vapor is Vue's high-performance subset. Some features in the roadmap might be canceled after discussion, for example, if implementing them affects performance or if they are proven to be poorly designed.
Core Features (High Priority)
- SSR / Hydration ⭐ Critical
- Async Component
- KeepAlive
- Transition / TransitionGroup
- Teleport
Advanced Features (Medium Priority)
- Suspense
- https://github.com/vuejs/core/pull/14157
- VaporSuspense
- Dynamic Components with v-html/v-text
- Forwarded Slots
- Template Ref Interop
- Component Events (keys/nonKeys modifier)
- v-once Support
- ScopeId Support
Performance & DX
- Provide/Inject System
- Incremental Updates (setClassIncremental, setStyleIncremental)
Ecosystem
- VitePress
- Vue Router
- Pinia
- Nuxt.js (depends on SSR Hydration)
- DevTools Integration
- Vue Test Utils
Source: vuejs/core