Replies: 2 comments
-
no
The state lives in a store outside of react. We then inform the components about updates via the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the clarification @TkDodo |
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.
-
Hi all, I am trying to figure out how React Query actually works in a component. (I think it's more like a React-related doubt.)
React Query exposes a bunch of boolean flags, which are derived from the internal state machine. While consuming these boolean flags, will the components create a local copy of those states? How does the re-render logic actually work when a flag gets changed? Is there any setState or props change kind of mechanism involved at the component level?
Beta Was this translation helpful? Give feedback.
All reactions