-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
WIP: @evolu/solid #376
base: main
Are you sure you want to change the base?
WIP: @evolu/solid #376
Conversation
|
@sectore is attempting to deploy a commit to the evolu Team on Vercel. A member of the Team first needs to authorize it. |
and rename `useSyncEvoluStore` to `useSyncExternalStore` and add more `use` hooks (`use`, `useQuerySubscription`, `useQuery`) - all hooks very similar to hooks of @evolu/common-react`
Sorry for the delay; I had to refactor Evolu first. I am going to check your code today. |
Great, let's discuss current status / issues / next steps at Discord https://discord.com/channels/1072319124337856613/1072319124337856616/1234444405734117488 |
which has been removed for now. For any reason extracting `EvoluContext.Provider` into `EvoluProvider` results in `could not find Evolu context value` thrown by `useEvolu`
in examples/vite
Note: Latest [email protected] is not part of nixpkg (yet) and needs set (overridden) manually
This PR includes
@evolu/solid
package and anexample/solid
to demonstrate how to use it.Note: It cherry picks a2e5909 and 827c89d of PR #377
Part of #188