Replies: 1 comment
-
The react-query core is framework agnostic, and people have ported it to vue-query and svelte-query already, so yes, I'd definitely say you can. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have several projects where I need to manage application (server) state but where this is fully or partly separated from React UI. Is it possible to interact with the QueryClient in such a way that I can use it as a data layer outside React?
Specifically:
Or are there other vanilla js data layers out there suitable for my non-React needs, that can be tweeked with custom hooks to work well in a React context when that's needed.?
Beta Was this translation helpful? Give feedback.
All reactions