Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ useIsRestoring
Function
useIsRestoring
packages/react-query/src/IsRestoringProvider.ts:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
const
IsRestoringContext = React.createContext(false)
5
6
export
const
useIsRestoring = () => React.useContext(IsRestoringContext)
7
export
const
IsRestoringProvider = IsRestoringContext.Provider
Callers
3
useBaseQuery
Function · 0.90
useQueries
Function · 0.90
Movies
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected