MCPcopy Create free account
hub / github.com/TanStack/query / App

Function App

examples/react/algolia/src/App.tsx:8–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6const queryClient = new QueryClient()
7
8export default function App() {
9 return (
10 <QueryClientProvider client={queryClient}>
11 <div className="App">
12 <h1>TanStack Query with Algolia</h1>
13 <Search />
14 </div>
15 </QueryClientProvider>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected