Querying Behavior with PersistQueryClientProvider: Does useIsRestoring Impact useQuery Internally?
As we prepare to implement the PersistQueryClientProvider in our application, we're curious about the useIsRestoring feature. Specifically, we want to understand whether it affects the internal behavior of useQuery and if we need to address any use-cases where API calls should not be made until the restoration process is complete. Any insights or experiences related to this would be appreciated!
0 Replies