Sheet ⁨02⁩ · ⁨Blog⁩Surveyed ⁨2026⁩
Category

backend-engineering

1Article

tRPC: End-to-End Type-Safe APIs in TypeScript Without Codegen

tRPC: End-to-End Type-Safe APIs in TypeScript Without Codegen

The line between the frontend and the backend has always been a place where types go to die. In a normal REST setup you define the shape of a request and a response on the server, then you write those