Vue 3.5 ships with deep reactivity performance and SSR-focused APIs
The Vue team announced Vue 3.5 as a non-breaking minor that refines reactivity internals (including large reactive array speedups) and stabilizes reactive props destructure.
Server-rendered apps gain lazy hydration hooks on async components, a stable useId() helper, and data-allow-mismatch for intentional server/client differences.