coryhouse / coryhouse/reactjsconsulting
TRPC - (REST / GraphQL alternative)
Open
- Dominant language
- JavaScript
- Stars
- 374
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
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/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.