Replies: 1 comment
-
It does return |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like the basic
useQuery
API should return anisRefetching
variable.This boolean would be
true
if the data is loading AND it is not the first load (on mount).A common motivating example: wanting to manage UI around a "pull-to-refresh" behavior.
Seems simple enough to implement -- would a PR be accepted?
Beta Was this translation helpful? Give feedback.
All reactions