@playlive/react-query
    Preparing search index...

    Function makeQueryClient

    • Build a pre-configured TanStack QueryClient with the workspace defaults applied. Use at app boot if you don't already have a QueryClient of your own.

      Parameters

      • overrides: QueryClientConfig = {}

        Additional QueryClient config merged on top of the workspace defaults.

      Returns QueryClient

      import { QueryClientProvider } from "@tanstack/react-query";
      import { makeQueryClient } from "@playlive/react-query/config";

      const qc = makeQueryClient();

      <QueryClientProvider client={qc}>
      <App />
      </QueryClientProvider>