Replies: 2 comments
-
Queries have a https://tanstack.com/query/latest/docs/framework/react/guides/window-focus-refetching |
Beta Was this translation helpful? Give feedback.
0 replies
-
it uses structural sharing: |
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.
-
I'm new to tanstack query, using it in react.
I've noticed that when the website is refocused, it refetches the data.
I tried to print the data every time it changes, using useEffect, and I see it only changes when the data from backend actually changes.
Does it use deep comparison every time the page is refocused?
Also, is there an article to read about its' mechainsm?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions