tRPC.io's Avatar

tRPC.io

@trpc.io.bsky.social

Move Fast and Break Nothing. E2E typesafe APIs without schemas nor build steps. ๐ŸŒŸ 35,000+ ๐Ÿ’ฌ http://trpc.io/discord ๐Ÿค“ http://github.com/trpc/trpc ๐Ÿ“š trpc.io

763 Followers  |  1 Following  |  7 Posts  |  Joined: 01.11.2024  |  1.7928

Latest posts by trpc.io on Bluesky

tRPC v11 with TanStack Query on TanStack Start! Part 2
YouTube video by Jack Herrington tRPC v11 with TanStack Query on TanStack Start! Part 2

Part 2 of the @trpc.io and @tanstack.com Query and Start series is up. We're doing tRPC mutations! As well as authentication with @clerk.com, and checking out their awesome new Agent Toolkit! So lots of good AI in there too! youtu.be/uE4devDh2rU

07.04.2025 15:00 โ€” ๐Ÿ‘ 16    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Announcing tRPC v11 | tRPC Although tRPC v11 has been production-ready for a long time via the @next tag, we've gotten kinda addicted to adding new features without being sticklers to semantic versioning. Today, we're excited t...

We know it's long overdue, but today we're thrilled to officially announce the general release of tRPC v11!

๐Ÿš€ Read the announcement:

trpc.io/blog/announc...

21.03.2025 15:36 โ€” ๐Ÿ‘ 50    ๐Ÿ” 5    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
Preview
Introducing the new TanStack React Query integration | tRPC We are excited to announce the new TanStack React Query integration for tRPC is now available on tRPC's next-release. Compared to our classic React Query Integration it's simpler and more TanStack Que...

We just released our new TanStack Query adapter for @trpc.io powered by the `queryOptions` API. Codemod available (still a bit of a WIP but works quite well) for simple migration.

Let us know what you think!

trpc.io/blog/introdu...

18.02.2025 08:29 โ€” ๐Ÿ‘ 56    ๐Ÿ” 6    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 0
Preview
Introducing the new TanStack React Query integration | tRPC We are excited to announce the new TanStack React Query integration for tRPC is now available on tRPC's next-release. Compared to our classic React Query Integration it's simpler and more TanStack Que...

@trpc.io now offers an integration built on top of queryOptions. I'm pretty hyped about this ๐Ÿ™Œ

18.02.2025 06:41 โ€” ๐Ÿ‘ 47    ๐Ÿ” 5    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

We're about to release a new @trpc.io x @tanstack.com package and are working on a codemod - anyone good at wrangling these things and wants to help out?

We can offer beer-money in return ๐Ÿป๐Ÿค‘

11.02.2025 16:35 โ€” ๐Ÿ‘ 12    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
GitHub - davidchalifoux/deno-react-trpc-template: A monorepo template for Deno that uses React and TanStack Router for the frontend and tRPC for the backend. A monorepo template for Deno that uses React and TanStack Router for the frontend and tRPC for the backend. - davidchalifoux/deno-react-trpc-template

Just published a template for setting up a UI/API monorepo with @deno.land that runs @tanstack.com's router with @react.dev on the frontend and @trpc.io on the backend using Deno's built-in web server.

It's not TanStack Start, but it's a great setup for a reusable API.
github.com/davidchalifo...

12.01.2025 22:30 โ€” ๐Ÿ‘ 20    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
The image is a promotional banner for a guide titled "Integrating EdgeDB with tRPC". It introduces a tutorial on using EdgeDB with tRPC for a type-safe API. Key features include database interactions, API routing, and authentication, ensuring type safety between client and server. References include:

A monorepo template for the T3 stack, Turborepo, and EdgeDB.
A real-world example project utilizing EdgeDB and tRPC.
The first step highlights setting up EdgeDB as the application's database layer.

The image is a promotional banner for a guide titled "Integrating EdgeDB with tRPC". It introduces a tutorial on using EdgeDB with tRPC for a type-safe API. Key features include database interactions, API routing, and authentication, ensuring type safety between client and server. References include: A monorepo template for the T3 stack, Turborepo, and EdgeDB. A real-world example project utilizing EdgeDB and tRPC. The first step highlights setting up EdgeDB as the application's database layer.

Btw, did you know we have a guide on integrating @trpc.io with EdgeDB? ๐Ÿ‘€

๐Ÿ”— docs.edgedb.com/guides/tuto...

04.12.2024 16:00 โ€” ๐Ÿ‘ 6    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Build a Typesafe API with tRPC and Deno Learn how to build a typesafe API with tRPC and Deno.

Building typesafe APIs have never been simpler than with Deno, @trpc.io, and Zod

๐Ÿ‘‡

deno.com/blog/build-t...

19.11.2024 18:29 โ€” ๐Ÿ‘ 63    ๐Ÿ” 8    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Let us know what you think!

20.11.2024 19:20 โ€” ๐Ÿ‘ 8    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
chore: make explicit resource managament work by KATT ยท Pull Request #6217 ยท trpc/trpc Closes # ๐ŸŽฏ Changes Trying to use Explicit Resource Managament, but prettier doesn't let me I get the following error: โžœ trpc git:(11-01-using) โœ— pnpm prettier packages/tests/server/using.test....

anyone that can help me get explicit resource management to work in trpc? feels *very* nice to use for cleanup of stuff in tests

only prettier stops me

github.com/trpc/trpc/pu...

10.11.2024 14:45 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

๐Ÿ‘€ tell me more

10.11.2024 14:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
a brown background with the words hello there written in white ALT: a brown background with the words hello there written in white
05.11.2024 12:11 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

โœ…๐Ÿฆ‹

05.11.2024 02:23 โ€” ๐Ÿ‘ 16    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

what starter pack am i missing in?

05.11.2024 00:38 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Preview
tRPC - Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | tRPC End-to-end typesafe APIs made easy. Automatic typesafety & autocompletion inferred from your API-paths, their input data, & outputs ๐Ÿง™โ€โ™‚๏ธ

trpc.io is fantastic!!

03.11.2024 17:25 โ€” ๐Ÿ‘ 7    ๐Ÿ” 1    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Used @trpc.io for the first time and why only now?

04.11.2024 14:40 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

give us a tl;dr and/or example project on how to use your obscure thing

02.11.2024 22:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

zup nerds

02.11.2024 22:06 โ€” ๐Ÿ‘ 37    ๐Ÿ” 1    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

so how do i automatically cross-post between here and twitter?

01.11.2024 18:09 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

@trpc.io is following 1 prominent accounts