Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ createBrowserQueryClient
Function
createBrowserQueryClient
examples/lit/ssr/server/index.mjs:48–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
function
createBrowserQueryClient() {
49
return
new
QueryClient({
50
defaultOptions: {
51
queries: {
52
retry: false,
53
staleTime: QUERY_STALE_TIME,
54
},
55
},
56
})
57
}
58
59
function
nextDataResponse() {
60
requestCount += 1
Callers
1
renderPage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected