React Query with React Native #916
Unanswered
shaneajeffery
asked this question in
General
Replies: 1 comment 1 reply
-
I've been using it for a few weeks and everything does work except that when you have a cache that lives more than a few minutes (for example, 5 minutes) you get a warning about using long-lived timers being a performance and correctness problem. I've resorted to just set cacheTime to 0, because I don't really need cache |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to use React Query with React Native the same way you would use it with React for web?
Given that Redux and Apollo Client can be leveraged literally the same way, I am thinking the answer is yes, but I want to make sure that I am not missing anything with your implementation of React Query that would make it not behave properly or non-optimal for mobile.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions