A demo showcasing Vue's new Vapor Mode compilation with benchmark tests inspired by js-framework-benchmark.
Performance comparison between Vue 3.6 Vapor Mode and traditional VDOM rendering
A demo showcasing Vue’s new Vapor Mode compilation with benchmark tests inspired by js-framework-benchmark.
<script setup vapor># install dependencies
pnpm install
# serve in dev mode at localhost:3000
pnpm dev
# build for production
pnpm build
# preview in production mode
pnpm preview
Vapor Mode enables direct DOM manipulation without Virtual DOM overhead, potentially improving:
[!NOTE]
This demo uses the interop plugin, so VDOM is still present.
[!IMPORTANT]
There are some significant limitations in the current alpha version of Vue 3.6 Vapor Mode, including no support for SSR hydration.
Made with ❤️
Published under MIT License.