DEV Community

0 seconds of 20 minutes, 41 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
20:41
 
Wes Souza
Wes Souza

Posted on • Originally published at youtube.com

3

tRPC: Move Fast and Break Nothing – useReactNYC

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)

Collapse
 
xania profile image
Ibrahim ben Salah

is tRPC framework (react) agnostic?

Collapse
 
wes profile image
Wes Souza

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:

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay