Replies: 1 comment
-
I added a PR: #2469 but I have some concerns about |
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.
-
It would by nice to have an
isRefreshing
orisRefetching
flag to indicate that a refetch is being performed. In my project I created the following custom hook that enhances useQuery with this feature:I use this flag to display a refreshing indicator as feedback. I think this feature can be useful for other users.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions