Replies: 2 comments 8 replies
-
yes, that's true. |
Beta Was this translation helpful? Give feedback.
8 replies
-
This question is also kind of related to my question. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for awesome library. I have a requirement where I directly use useMutation(mutateFn, options) and on success response , I set response in the QueryCache by creating new query key. Assume there are no instances of useQuery as my most of the calls are useMutation. In each mutation call I keep updating the queryCache. My question is does it re render the component where ever I have
useQueryCache
instance. I understand it re renders component has reference touseQuery
instances.Beta Was this translation helpful? Give feedback.
All reactions