Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huang-julien/nuxt-hydration

Make sure you're aware that there's a hydration issue on nuxt 3
https://github.com/huang-julien/nuxt-hydration

nuxt nuxt-module nuxtjs vue

Last synced: 22 days ago
JSON representation

Make sure you're aware that there's a hydration issue on nuxt 3

Awesome Lists containing this project

README

        

# nuxt-hydration

:warning: This module is still under development :warning:

## Feature

- Make sure you are aware when there's a hydration issue
- hint which components mismatched
- show the SSR rendered HTML
![hydration-UI](./.github/UI.png)

## Installation

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