MCPcopy Index your code
hub / github.com/TanStack/query / prefetch

Function prefetch

packages/solid-query/src/__tests__/useQuery.test.tsx:3545–3551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3543
3544 createEffect(() => {
3545 async function prefetch() {
3546 await queryClient.prefetchQuery({
3547 queryKey: key,
3548 queryFn: () => Promise.resolve('prefetched data'),
3549 })
3550 setPrefetched(true)
3551 }
3552 prefetch()
3553 })
3554

Callers 1

PageFunction · 0.70

Calls 1

prefetchQueryMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…