Skip to content

huang-julien/nuxt-hydration

Repository files navigation

nuxt-hydration

⚠️ This module is still under development ⚠️

Feature

  • Make sure you are aware when there's a hydration issue
    • hint which components mismatched
    • show the SSR rendered HTML hydration-UI

Installation

  • run yarn|pnpm|npm install -D nuxt-hydration
  • add it to your nuxt.config
export default defineNuxtConfig({
  modules: ['nuxt-hydration']
})
  • that's it !