Getting response for the first time if the component is rendered multiple times #2054
Unanswered
gopusrikanth04
asked this question in
Q&A
Replies: 1 comment 3 replies
-
sorry, I don't quite follow. It's very hard to tell anything without a code sample that includes the react-query call - a minimal reproducible codesandbox example would be best. I also don't get what you mean with:
react-query does not fetch data on every re-render. also not sure if you are talking about query-keys of react-query or |
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.
-
Hello All,
In my functional component I am using using react-query to get the data
using that component in table row. but the react query is called and get response for the first time only
and the next time the react query is not called(key is same in each time)
How to solve his problem
thank you
Beta Was this translation helpful? Give feedback.
All reactions