-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(zero-vue): Vue bindings for Zero #3422
base: main
Are you sure you want to change the base?
Conversation
@markusgeert is attempting to deploy a commit to the Rocicorp Team on Vercel. A member of the Team first needs to authorize it. |
Very cool. I think this looks good but we haven't updated the Solid bindings to match the React bindings with the |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I brought the return of One minor thing is that the |
Thank you. Once things settle a bit after the holidays I would like to merge this. |
This PR adds a
useQuery
composable in order to use Zero in the context of Vue. The bindings are heavily based on the existing Solid ones, but so far they seem to work correctly.A sample project showcasing the client in a Vue project, based on hello-zero-solid is available here.