Rerendering before data responce #3573
-
I'm struggling to find the right bit of docs to help me answer this question. When useQuery has received data is caches it and will return it without calling the endpoint again, great! If anyone has the answer or can point me to a doc page that would be great. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, that's right. If a request is in-flight, all |
Beta Was this translation helpful? Give feedback.
Yes, that's right. If a request is in-flight, all
useQuery
instances (even those that mount afterwards) will pick up the running Promise.