NEO
adapter for hono or hattip?
If you're using bun. Elysia has an unofficial adapter https://elysiajs.com/plugins/trpc.html
4 replies
How to retrieve and receive Bigint data to/from TRPC procedure
The workaround is to extend BigInt by modifying the prototype
Create a
bigintPatch.ts
file and paste this code then import it like import "bigintPatch.ts"
on the page where you’re calling the query/mutation11 replies
How can I make a direct fetch on a router endpoint from TRPC in NextJS on client?
Read: tRPC Proxy client
https://trpc.io/docs/reactjs/usecontext#proxy-client
3 replies