web-data-fetching-trpc

Installation
SKILL.md

tRPC Patterns

Quick Guide: tRPC carries types from server to client through one exported type rather than through a generated schema, so export type AppRouter = typeof appRouter is the whole bridge and everything downstream fails without it. Procedures take a validated input and return a value; TRPCError codes are what become HTTP statuses; middleware narrows the context type so an authenticated procedure's ctx.user is non-nullable. In v11 the transformer moved inside the link, subscriptions are async generators, and @trpc/tanstack-react-query is the current React integration.

Detailed Resources:

Installs
53
GitHub Stars
24
First Seen
Apr 7, 2026
web-data-fetching-trpc — agents-inc/skills