tRPC
End-to-end typesafe APIs made easy
Here is a great intro.
Links
- OpenAPI support for tRPC
- tRPC Shield - tRPC tool to ease the creation of permission layer.
- tRPC-ified SWR hooks
- tRPC Kitchen Sink - Collection tRPC usage patterns.
- I Deleted HALF My Backend Code With tRPC (2022)
- Solid-tRPC Demo
- Let's Learn tRPC (2022)
- tRPC Chrome - Chrome extension adapter for tRPC.
- Build a Blog With the T3 Stack - tRPC, TypeScript, Next.js, Prisma & Zod (2022)
- rspc - Blazing fast and easy to use TRPC-like server for Rust.
- tRPC + Bun
- Pushing the limits of Typescript - Interview w/ tRPC Creator Alex (KATT)
- trpc-reducer - trpc-ified react useReducer hook that lets you perform state logic in reducers just like React's useReducer hook.