how to persist the query client?
How to infer type of a nested object from app router output?
What's the type of errorFormatter parameter
tRPC works only for monoliths environment?
How to use createCaller() with lambda for testing?
is there a way to call useQuery() from a callback and get the return value within that callback?
useQuery()
and get the return value within this async callback? Thanks.Using Response with the Next App Router
req
and res
into the context.
My question is: what's the new practice for returning data AND setting the status (or cookies) when within a tRPC router (that's nested using the fetch adapter) in the new Next App Router?...The only way to access useQuery options without input is passing undefined to it?

How can I access the trpc context in zod's refine function?
Set Request Headers for individual requests?
Get undefined when the refetch function has successfully worked
Having trouble to import my AppRouter in my react client

Argument of Type not assignable

Can't I create multiple TRPC React using same Router?

Types with enabled: false
Error: No QueryClient set, use QueryClientProvider to set one
pages/room/[slug].tsx
:
```...You're trying to use @trpc/server in a non-server environment
createServerSideHelpers
, i got this error:
```...
TRPC Middleware w/ Input
Server side headers are not applied
Get tRPC procedure latency?