tRPC Blog

フィード

記事のアイキャッチ画像
Using Server Actions with tRPC
tRPC Blog
The builder-pattern for creating procedures which was introduced in tRPC v10 has been massively appreciated by the community, and many libraries have adopted similar patterns.
6ヶ月前
記事のアイキャッチ画像
Writing a tiny tRPC client
tRPC Blog
Ever wondered how tRPC works? Maybe you want to start contributing to the project but you're frightened by the internals? The aim of this post is to familiarize you with the internals of tRPC by writing a minimal client that covers the big parts of how tRPC works.
2年前
記事のアイキャッチ画像
TypeScript performance lessons while refactoring for v10
tRPC Blog
As library authors, our goal is to provide the best possible developer experience (DX) for our peers. Reducing time-to-error and providing intuitive APIs removes mental overhead from the minds of developers so that they can focus on what's most important: great end user experience.
2年前
記事のアイキャッチ画像
Announcing tRPC v10
tRPC Blog
tRPC provides a great developer experience by enforcing tight, full-stack type bindings through the power of TypeScript. No API contract drift, no code generation.
2年前
記事のアイキャッチ画像
Introducing tRPC
tRPC Blog
tRPC gives you end-to-end type safety from your (node-)server to your client, without even declaring types. All you do on the backend is that you return data in a function and on the frontend you use said data based on the endpoint name.
4年前