TypeScript is extremely popular nowadays but making sure the front end and back end speak the same schema is still a challenge. tRPC tries to help with that. In this talk, we're going to explore what tRPC is, how it compares with other solutions, and dive deep into a demo application showcasing its power to help keep types in sync on your entire application.
Recorded at a useReactNYC meetup on August 2022.
Top comments (2)
is tRPC framework (react) agnostic?
I believe so, looking at the codebase both client and server have no dependencies.
It seems the only rendering library officially supported is React through React Query: