In this article, we are going to dive into the world of tRPC, discussing what is tRPC, why should you use and when should you use.
What is tRPC?
In summary, tRPC is an alternative to REST, GraphQL, gRPC and others remote procedure call. It’s a way of creating type safe API without the need of using a codegen tool, and as it is not a full language-agnostic as GraphQL it uses the full potential of typescript or JavaScript frameworks.
Why do I need tRPC?
It is a easier choice for when you are creat...
Published on March 30, 2023 15:33