-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support vue 3 ? #68
Comments
Hopefully this package will be obsolete with the release of Nuxt 3 / Vue 3 |
Hey, I was wondering what the state of lazy hydration with vue 3 is right now (can't find much about it except this repo). I saw your blog post from november 2020 stating that you are porting this package to vue 3, so I guess that means it's not obsolete after all? Perhaps this issue should be reopened if so so we can follow its progress. Just researching options for a project, not in immediate need but having this work would definitely settle things :) |
Vue 3 support is planned. |
I was uncomfortable with starting a Vue 3 project until I knew this could be done, so I quickly knocked up something to work with Vue 3 https://gist.github.com/danelowe/82d870674bac81a9aaa37eb29caaa42c It seems to work ok with the import wrappers. Also seems to work with |
The Vue 3 Version will take advantage of a couple of improvements that are possible thanks to the new Vue 3 API. I have a Proof of Concept version running but it will not be released before Nuxt 3 (although not directly related and not limited to Nuxt). |
@maoberlehner Is it possible to see the proof of concept, or anywhere to look to see what can be done with hydration in Vue 3? |
Any updates on this or still just waiting on nuxt 3? Would also be interested if you could share anything early... Thanks for your work on this nonetheless! |
Nuxt 3 was just released. Any updates? |
@maoberlehner thank you for your wonderful work. Nuxt 3 RC will be released this month. Do you have an ETA? 😄 |
The RC is out now. Any chances to see the proof of concept in near future? 🙃 |
Achieving lazy hydration in Vue 3 from scratch : |
Someone made a lazy hydration library for Vue 3 🎉 Tested it with a nuxt 3 app -> works great! |
Vue 3.5+ supports lazy hydration natively: |
Support vue 3 ?
The text was updated successfully, but these errors were encountered: