LogoIndieHub

tRPC

Experience the full power of TypeScript inference to boost productivity for your full-stack application.

Introduction

tRPC allows you to easily build & consume fully typesafe APIs without schemas or code generation.

Features
  • βœ… Well-tested and production ready.
  • πŸ§™β€β™‚οΈ Full static typesafety & autocompletion on the client, for inputs, outputs, and errors.
  • 🐎 Snappy DX - No code generation, run-time bloat, or build pipeline.
  • πŸƒ Light - tRPC has zero deps and a tiny client-side footprint.
  • 🐻 Easy to add to your existing brownfield project.
  • πŸ”‹ Batteries included - React.js/Next.js/Express.js/Fastify adapters. (But tRPC is not tied to React, and there are manyΒ community adaptersΒ for other libraries)
  • πŸ₯ƒ Subscriptions support.
  • ⚑️ Request batching - requests made at the same time can be automatically combined into one
  • πŸ‘€ Quite a few examples in the ./examples-folder

Information

Categories

Tags