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

Function IsFetching

packages/solid-query/src/__tests__/useIsFetching.test.tsx:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 const key = queryKey()
26
27 function IsFetching() {
28 const isFetching = useIsFetching()
29
30 return <div>isFetching: {isFetching()}</div>
31 }
32
33 function Query() {
34 const [ready, setReady] = createSignal(false)

Callers

nothing calls this directly

Calls 1

useIsFetchingFunction · 0.50

Tested by

no test coverage detected