JSPM

@trpc/tanstack-react-query

11.0.0-alpha-tmp-02-12-response-types-idea.844+e3e842a20
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 67375
  • Score
    100M100P100Q163554F
  • License MIT

TanStack React Query Integration for tRPC

Package Exports

  • @trpc/tanstack-react-query
  • @trpc/tanstack-react-query/package.json

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