Is there any information about caching in `@trpc/react-query`?
cache craziness?
tRPC over WebSocket with Next.js and NextAuth
import { headers } from 'next/headers';
import { headers } from 'next/headers';
Project structure ?
Access procedures with same names and same parameters, but in different routers, generically
Disable trpc route cahce?
How do you set headers or cookies in procedure ?
Why use unstable_httpBatchStreamLink in React server components?
unstable_httpBatchStreamLink
in their TRPCProxyClient
when using RSC. I find this strange, since you already have access to the actual appRouter
, doing an HTTP request to your own server adds a lot of overhead. Why use TRPCProxyClient
with unstable_httpBatchStreamLink
and why not just use createCaller
?
I understand why it's done when rendering 'use client'
components on the server, because you don't want server code bundled into the client code. But I fail to understand why they opted to also use this method when rendering server components....Unsafe return of an `any` typed
Vanilla Client Authentication
Generic Zod as Input Type
Incompatible Router Types

nextjs app router, "fs", "os", "zlib-sync" and trpc experimental edge Router
TS4111: Property 'error' comes from an index signature, so it must be accessed with ['error'].
TypeError: Cannot read properties of null (reading '_def')
I wanna add a localStorage persister, but I'm getting errors for hydration:
error route always getting 500 from trpc error? (next13/approuter)
force-cache planetscale error
What is the pattern for unsubscribing from a subscription?