JavaScript > React Query > Flashcards
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>