freddy38510 / vue3-lazy-hydration

Lazy Hydration for Vue 3 SSR
MIT License
145 stars 5 forks source link

Kudos #52

Closed Baroshem closed 1 year ago

Baroshem commented 1 year ago

Hey Man,

Great work on this package.

I wanted to implement similar thing for Nuxt 3 but as you have already done it for Vue 3, I decided not to copy your work but instead I have created a simple module for Nuxt that is a wrapper around your package so that the experience for Nuxt 3 users is a bit better (no configuration needed)

https://github.com/Baroshem/nuxt-lazy-hydrate

Baroshem commented 1 year ago

I will implement new configuration options like autoImportComposables that will auto import the composables that you have created and also some more when I will have some new ideas. If you have some ideas, do not hesitate to let me know :)

I will also share it on my social media to increae the traffic on your package :)

freddy38510 commented 1 year ago

Hey!

That's great, I really appreciate that.

I will update the readme to add a link to your repository for Nuxt 3 users.

Automatic import of composables is a good idea. I guess that import wrappers can also fit into it.

I will let you know if I have some ideas, I also planned to deploy the demo (available in development). I think there could be improvements in the documentation.