useSubscription simplified with react query
Next.js app router catch-all HTTP methods
export function GET()
. I think this means we can't provide the tRPC NextApiHandler from the app router and we still need to use the pages directory (not a big deal but adding a whole extra directory just for the tRPC route currently).
Any way to provide the tRPC Next handler from the app router?...TRPC Vanilla Client (T3 stack)
const hello = await api.example.hello.useQuery()
const hello = await api.example.hello.useQuery()
Multiple Inputs on TRPC Procedure?
adapter for hono or hattip?
Keep getting 500 error response I can't figure out

tRPC & redux toolkit query

how can I globally set a "middleware" callback for all onErrors on my React Query calls?

Upgrading from tRPC v9 and NextJS v12. Should I upgrade NextJS first or tRPC?
prefetchinfinite not working when inputs are different
tRPC + App directory + SSR - current state?
Hydration failed because the initial UI does not match what was rendered on the server
React tsc starts checking server types
NextJS 13 Build failing
Infering query/mutation callback opts parameter
Type helpers to match available paths
Best way of handling recurring events through NextJs and tRPC
Query param in every client request