trying to understand how this works
trpc
folder that creates the trpc proxy client and such along with server/api
which actually defines the method
in that case, what's the use for the api route? it seems to me like i'm initialiting trpc twice, basically...can't call nested route
trpc auth
Difference between createTRPCNextAppDirServer, createTRPCNext and createTRPCProxyClient?
Merging two clients into one

Is it possible to only use WebSockets when necessary, otherwise use httpbatch or http?
Zod transform types

useQuery in App Router?
query
is availableapi
from? You have to make sure you import it from /trpc/react.ts
Tranform output data using middleware after handler has run - possible?
Can we configure cache on a per-request basis?
cache
and revalidate
fetch options with tRPC on a request level?
...Error in tRPC with Clerk in t3-app router
Error when converting string from router.query to prisma DB enum
Next.js tRPC router separated to edge-runtime and node-runtime
[How To?] Create a record in database on form submission...
How to obfuscate data via transformer
Response delay from TRPC using postgresql
Capture TRPCClientError so that it does not show in the client's browser console
Netlify function EMFILE
empty `input` object when using mutation
useQuery
I have no issues even with input but when using useMutation
. The backend is receiving an empty input. What could be the reason?
stack is nodejs + express + reactjs + yarn
Frontend code...Returning html with TRPC