You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a global loading state using useIsFetching. However, there are some queries that I don't want to trigger this loading state. What would be the best way around this? I'd like to show a global loading screen for almost all queries with one or two exceptions.
Is there a way to do this without having to implement each isLoading state individually and getting rid of the useIsFetching global hook?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a global loading state using
useIsFetching
. However, there are some queries that I don't want to trigger this loading state. What would be the best way around this? I'd like to show a global loading screen for almost all queries with one or two exceptions.Is there a way to do this without having to implement each
isLoading
state individually and getting rid of theuseIsFetching
global hook?Beta Was this translation helpful? Give feedback.
All reactions