Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ set
Function
set
examples/react/react-router/src/contacts.ts:92–94 ·
view source on GitHub ↗
(contacts: Contact[])
Source
from the content-addressed store, hash-verified
90
}
91
92
function
set(contacts: Contact[]) {
93
return
localforage.setItem(
'contacts'
, contacts)
94
}
95
96
async
function
fakeNetwork() {
97
return
new
Promise((res) => {
Callers
8
createMutation
Function · 0.85
useMutationState
Function · 0.85
useIsMutating
Function · 0.85
useIsFetching
Function · 0.85
seed
Function · 0.85
createContact
Function · 0.85
updateContact
Function · 0.85
deleteContact
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected