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

Function Prefetch

packages/preact-query/src/__tests__/usePrefetchQuery.test.tsx:156–159  ·  view source on GitHub ↗
({ children }: { children: VNode })

Source from the content-addressed store, hash-verified

154 }
155
156 function Prefetch({ children }: { children: VNode }) {
157 usePrefetchQuery(queryOpts)
158 return <>{children}</>
159 }
160
161 function App() {
162 return (

Callers

nothing calls this directly

Calls 1

usePrefetchQueryFunction · 0.50

Tested by

no test coverage detected