Replies: 1 comment 3 replies
-
no, it's definitely not, because you cannot call To be honest, there is very little need of taking the data from react-query and putting it into any other state management tool. Maybe this read helps: https://tkdodo.eu/blog/react-query-as-a-state-manager Or you can elaborate why you think you need to put the todos into redux? |
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.
-
Hi 👋
I plan to use React, Redux together with React-query. Redux will be handling client-state and React-query will be resposbile for server-state.
What's the (best) pattern to keep client-state in sync with server-state?
E.g,
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions