Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ data
Function
data
e2e/solid-start/basic-solid-query/src/routes/deferred.tsx:44–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
function DeferredQuery() {
43
const deferredQuery = useQuery(() => deferredQueryOptions())
44
const data = () => deferredQuery.data
45
46
return (
47
<div>
Callers
6
DeferredQuery
Function · 0.70
RouteComponent
Function · 0.50
StaticPage
Function · 0.50
Home
Function · 0.50
RouteComponent
Function · 0.50
DataOnlyPendingComponentRoute
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected