MCPcopy 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
48function createBrowserQueryClient() {
49 return new QueryClient({
50 defaultOptions: {
51 queries: {
52 retry: false,
53 staleTime: QUERY_STALE_TIME,
54 },
55 },
56 })
57}
58
59function nextDataResponse() {
60 requestCount += 1

Callers 1

renderPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected