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
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