You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This talk will be an introductory talk to tRPC and how it works. I will talk about benefits and drawbacks of using tRPC in regards of project and team size, why it is useful as a traditional API replacement - all with the help of Typescript!
tRPC is a well-documented and production ready library that allows front end devs make full stack apps with very little effort. Sharing types directly between a client-side code and tRPC code means that our code editors will immediately recognize any changes and warn us before we even save the files, making also the overall developer experience very intuitive.
The text was updated successfully, but these errors were encountered:
This talk will be an introductory talk to tRPC and how it works. I will talk about benefits and drawbacks of using tRPC in regards of project and team size, why it is useful as a traditional API replacement - all with the help of Typescript!
tRPC is a well-documented and production ready library that allows front end devs make full stack apps with very little effort. Sharing types directly between a client-side code and tRPC code means that our code editors will immediately recognize any changes and warn us before we even save the files, making also the overall developer experience very intuitive.
The text was updated successfully, but these errors were encountered: