DEV Community

Cover image for tRPC: Move Fast and Break Nothing – useReactNYC

tRPC: Move Fast and Break Nothing – useReactNYC

Wes Souza on November 05, 2022

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 ...
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: