JSPM

@trpc/tanstack-react-query

11.0.0-alpha-tmp-02-12-response-types-idea.847+368e673e1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 251950
  • Score
    100M100P100Q182389F
  • License MIT

TanStack React Query Integration for tRPC

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@trpc/tanstack-react-query) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    tRPC

    tRPC

    End-to-end typesafe APIs made easy

    @trpc/tanstack-react-query

    A tRPC wrapper around @tanstack/react-query.

    [!WARNING]

    🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 This package is currently in beta as we stabilize the API. We might do breaking changes without respecting semver.

    Documentation

    Full documentation can be found at https://trpc.io/docs/client/tanstack-react-query/setup.

    Installation

    Requires @tanstack/react-query v5.62.8 or higher

    # npm
    npm install @trpc/tanstack-react-query@next @tanstack/react-query
    
    # Yarn
    yarn add @trpc/tanstack-react-query@next @tanstack/react-query
    
    # pnpm
    pnpm add @trpc/tanstack-react-query@next @tanstack/react-query
    
    # Bun
    bun add @trpc/tanstack-react-query@next @tanstack/react-query