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

Function IsFetching

packages/react-query/src/__tests__/useIsFetching.test.tsx:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 const key = queryKey()
21
22 function IsFetching() {
23 const isFetching = useIsFetching()
24
25 return <div>isFetching: {isFetching}</div>
26 }
27
28 function Query() {
29 const [ready, setReady] = React.useState(false)

Callers

nothing calls this directly

Calls 1

useIsFetchingFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…