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

Function App

examples/solid/simple/src/index.tsx:13–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11const queryClient = new QueryClient()
12
13export default function App() {
14 return (
15 <QueryClientProvider client={queryClient}>
16 <SolidQueryDevtools />
17 <Example />
18 </QueryClientProvider>
19 )
20}
21
22function Example() {
23 const state = useQuery(() => ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected