get number of queries being refetched / revalidated like useIsFetching #6135
Unanswered
siddiquiaffan
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi, @siddiquiaffan! You can use the queryClient.getQueryState() with a predicate as a filter to analyze the state of your queries and get the ones that fits with your requirements, here you have the state's props available to evaluate. |
Beta Was this translation helpful? Give feedback.
1 reply
-
isn't that exactly what |
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.
-
Is there any way we can get number of queries being refetched / revalidated like useIsFetching.
Beta Was this translation helpful? Give feedback.
All reactions