tRPC: the API Game-Changer?

preview_player
Показать описание
If you're a full-stack developer, you know the pain of developing APIs with REST or GraphQL. REST APIs are great for simple requests, but they can quickly become complex and hard to maintain. GraphQL APIs, on the other hand, have a steep learning curve. But what if I told you there's a better way? In this video, I'll introduce you to tRPC, which revolutionises full-stack TypeScript development.

----
Рекомендации по теме
Комментарии
Автор

Good info dude. Learning so much. Thanks!

ausar
Автор

I’m really excited to see the upcoming project! There’s so much value in getting a glimpse into the way other devs do things There’s always something new to pick up on.

_sjoe
Автор

You still think tRPC is a good choice for a backend specially considering an easy scalable language like Go ?

Katsunam
Автор

Do you mind giving an example to why tRPC is unsuitable for public facing API's and a solution if you find yourself in that situation. Thank you in advance.

bonsayeb
Автор

The comparisons to GraphQL are very unfair, gql exposes graph of data and not just data from a specific endpoint

hakuna_matata_hakuna