Replies: 1 comment
-
|
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 refetching data with
refetchInterval
periodically, and I'd like to compare the old data against the newly-fetched data, then do something (flash a notification, etc.) if the data has changed.Looking at the API docs, there's nothing that allows me to "hook" into the concept of refetches, unless I periodically poll the query store for changes.
What is the best way to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions