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 ...
For further actions, you may consider blocking this person and/or reporting abuse
is tRPC framework (react) agnostic?
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: