T
TanStack3y ago
other-emerald

Global listener if any query isRefetching.

I want to have some global boolean flag to be reactive if any query within the app is refetching. Is it possible to configure it somehow in QueryClient? How can I achieve this?
1 Reply
like-gold
like-gold3y ago
useIsFetching is for that

Did you find this page helpful?