DEV Community

Play Button Pause Button
Wes Souza
Wes Souza

Posted on • Originally published at youtube.com

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: