Replies: 2 comments 9 replies
-
right now, we have:
I think sticking to a naming convention that aligns with how each framework tends to name things is fine. For React, that’s clearly |
Beta Was this translation helpful? Give feedback.
6 replies
-
The APIs, despite being analogous, are still different, createQuery receives a function that returns an object instead of the object directly |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think the choice of using
create
(createQuery) overuse
(useQuery) exclusively for solid isn't as important as keeping the solid-query package synched̉ with changes in the vue-query version, and that might be easier if the api is the same.Beta Was this translation helpful? Give feedback.
All reactions