Skip to content

v3.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 18 Feb 21:20

Basic SSR support is now provided via @vue/compiler-ssr and @vue/server-renderer. Note that some features of SSR is still WIP - namely Suspense support and hydration mismatch handling.

Note that to enable hydration on the client, use createSSRApp instead of createApp to create your app instance (separate imports allows hydration logic to be tree-shakeable for apps that do not require hydration).