UNPKG

@vercube/vue-lazy-hydration

Version:

Optimize Vue 3 SSR with lazy hydration, delaying HTML hydration until it's needed for better performance

4 lines (3 loc) 158 B
export { LazyHydration } from './components/LazyHydration'; export { useLazyHydration } from './composables/useLazyHydration'; export * from './types/types';