I am using TRPC and really liking the developer experience. I recently got to know about zodios, ts-rest etc.
I believe they provide a similar experience but play along more nicely with normal REST api conventions.
To use TRPC endpoints from non-typescript backends, we would need to use something like OpenApi adapters. I don't know if the adapters are stable. What are your thoughts on this ?
The feeling that i get about these new alternatives is along the lines of, anything that uses a lot of typescript inference will eventually run into scale problems. (slow inference, needing to restart typescript). I even saw some github issues mentioning the typescript inference limit was reached or something.
I believe TRPC should be the least risky option when compared to the alternatives.