coryhouse/reactjsconsulting

TRPC - (REST / GraphQL alternative)

coryhouse opened this issue · 0 comments

https://twitter.com/shadcn/status/1546394201352376320

Typed RPC uses TypeScript to share types on the client and server so API calls are easy.

Downside: Requires TS on client and server. Upside: Simpler than GraphQL with lower overhead. If using TS on client and server, it often is preferable to GraphQL or plain REST.

Also see https://telefunc.com/