Replies: 1 comment 2 replies
-
I don't really understand the question. Do you have a concrete example? |
Beta Was this translation helpful? Give feedback.
2 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.
-
So i have this usecase. I would like to build a fetch function which returns promise and use react query to cache some of the intermediate request. An example
The thing is that
refetch()
will always skip the cache even if i have setup staleTime inside useQuery. Is there any solution to something like this ?Thanks
Beta Was this translation helpful? Give feedback.
All reactions