A TypeScript toolkit for building end-to-end typesafe data layers ↦
tRPC doesn’t generate code for you, add functions to your run-time, or require any additions to your build pipeline. It simply allows your client code to be aware of your server-side type annotations and declarations so you can have type-safety and autocompletion inferred from its API paths, input/output data, and errors.
Discussion
Sign in or Join to comment or subscribe