React Query Flashcards
1
Q
At the top level, React Query Provides a client wrapper that handles…?
What’s the syntax?
A
Global data caching and fetching.
<QueryClientProvider client={queryClient}> </QueryClientProvider>
At the top level, React Query Provides a client wrapper that handles…?
What’s the syntax?
Global data caching and fetching.
<QueryClientProvider client={queryClient}> </QueryClientProvider>