I have a strong affinity for technologies that don't rely heavily on code generation. In that regard, TRPC is the only library that I have used that allows you to build a Full Stack API without it (albeit only with JavaScript).
Removed the GraphQL API in a project and replaced it with trpc.io. End-to-end type safety across the desktop, mobile, and web apps without all the bloat and complexity 🔥 A super nice alternative for adding some Blitz-like DX to your existing apps 😍
I am massively impressed by @alexdotjs's trpc.io:
end-to-end type-safety is awesome, but so is the simplicity of the architecture: It fits so nicely in my brain! And It uses GET requests for the queries!
I'm using it in production on @_snaplet, an am very happy
I just tried out trpc.io for the first time and I'm impressed. Sharing types between my backend and frontend has never been so easy.
Great work @alexdotjs
Learning about @trpcio for the first time today and I'm blown away by it 🤯
Check it out: trpc.io
Thanks @jasonlong for the rec <3