T
tRPC
pipe/unstable_pipe
pipe/unstable_pipe
2 Messages Not Public
Sign In & Join Server To View
Looking for more? Join the community!
T
tRPC
pipe/unstable_pipe
T
tRPC
pipe/unstable_pipe
Recommended Posts
Implementation of bi-directional cursor-based paginationI'm looking at the [example](https://trpc.io/docs/useInfiniteQuery#example-react-component) for `useHow to ignore `input` validation and just pass in an object with interfaces?For my input I just want to pass in an interface rather than using a Zod schema. Either that or if sWhere can I add a query key?I tried to follow as in useQuery from Tanstack, but Typescript started complaining
```js
api.promptsasync inside link next handler possible ?Hey everyone,
Today I had to do a bit of refactor, and I'm wondering something. I had to turn a syntRPC doesn't support redirectI use tRPC & @trpc/server/adapters/express.
procdure.query({ctx: { res }} => {
res.redirect('xxHow to get external key other than INPUT from RESTFUL request?SSO callback my api like
api/trpc/user.login?token=abcCannot read properties of undefined (reading 'createTRPCReact')I'm trying to use it in an Astro project.
https://github.com/Industrial/test-astro-solid/blob/main/application/octet-stream responseIm refactoring my old backend to trpc so far it was a pleasure and fairly straight forward process ❤