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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly