trpc/trpc
Fork: 1237 Star: 34702 (更新于 2024-10-18 04:11:57)
license: MIT
Language: TypeScript .
🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
最后发布版本: v10.45.2 ( 2024-03-11 16:42:37)
[!NOTE]
You are looking at the
next
-branch of tRPC which is the current work in progress representing version 11.
- The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach
11.0.0
- The packages are published with the
next
-tag on npm- For the list of changes made, see https://trpc.io/docs/v11/migrate-from-v10-to-v11
Intro
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
Quickstart
There are a few examples that you can use for playing out with tRPC or bootstrapping your new project. For example, if you want a Next.js app, you can use the full-stack Next.js example:
Quick start with a full-stack Next.js example:
# yarn
yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
# npm
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
# pnpm
pnpm create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
# bun
bunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
👉 See full documentation on tRPC.io. 👈
Star History
Core Team
Do you want to contribute? First, read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment. If you need any more guidance or want to ask more questions, feel free to write to us on Discord!
Alex / KATT |
👋 Hi, I'm Alex and I am the creator of tRPC, don't hesitate to contact me on Twitter or email if you are curious about tRPC in any way. |
Project leads
The people who lead the API-design decisions and have the most active role in the development
Julius Marminge |
Alex / KATT |
Active contributors
People who actively help out improving the codebase by making PRs and reviewing code
Nick Lucas |
Flo |
Sachin Raja |
Special shout-outs
Chris Bautista |
Theo Browne |
Ahmed Elsakaan |
James Berry |
Kamil Ogórek |
Sponsors
If you enjoy working with tRPC and want to support us, consider giving a token appreciation by GitHub Sponsors!
🥇 Gold Sponsors
Retool |
🥈 Silver Sponsors
Cal.com, Inc. |
KeenEthics |
🥉 Bronze Sponsors
Dr. B |
Flylance |
😻 Smaller Backers
All contributors ✨
最近版本更新:(数据更新于 2024-10-05 15:56:58)
2024-03-11 16:42:37 v10.45.2
2024-02-07 01:15:54 v10.45.1
2024-01-12 21:50:09 v11.0.0-next-beta.0
2023-12-27 07:21:59 v10.45.0
2023-11-23 22:48:33 v10.44.1
2023-11-22 02:40:08 v10.44.0
2023-11-21 17:35:25 v10.43.7
2023-11-18 06:40:59 v10.43.6
2023-11-18 06:14:06 v10.43.5
2023-11-17 20:33:41 v10.43.4
主题(topics):
api, next, nextjs, prisma, react, typescript
trpc/trpc同语言 TypeScript最近更新仓库
2024-11-05 17:55:23 langgenius/dify
2024-11-05 16:59:32 laurent22/joplin
2024-11-05 11:52:31 RSSNext/Follow
2024-11-05 07:18:03 microsoft/genaiscript
2024-11-05 05:06:06 getmaxun/maxun
2024-11-04 14:44:09 x-extends/vxe-table