Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huang-julien/nuxt-hydration
- Owner: huang-julien
- License: mit
- Created: 2023-02-19T19:27:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T22:41:45.000Z (7 months ago)
- Last Synced: 2024-05-02T04:19:48.546Z (7 months ago)
- Topics: nuxt, nuxt-module, nuxtjs, vue
- Language: TypeScript
- Homepage:
- Size: 1.18 MB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !