#tRPC
trpc-nuxt by @robsoriano.com helps you build end-to-end typesafe APIs with tRPC.io in your Nuxt apps 💪 - madewithvuejs.com/trpc-nuxt
November 6, 2025 at 8:52 AM
From API chaos to clarity ⚡

While scaling my SkyBlue & Twitch-style apps, I hit type mismatches, messy schemas & slow syncs.

Then came tRPC + monorepo one shared type system, no API breaks, no guesswork 🚀

Type-safe flow = real-time harmony 💙
#tRPC #Nextjs #TypeScript #DevCommunity
October 27, 2025 at 8:07 AM
I've been using @tanstack.com Start for a new project and it's super good. The server functions completely replace the need for TRPC/GraphQL/REST, the middleware is composable and fully typed, and having TSRouter's nice typing and stateful search params is icing on the cake. A+!
October 25, 2025 at 11:30 AM
Turned me into a taur for a stream promo and Octaurber :v

#furryart #taur #trpc #personalart #flatcolor #cat #feline
October 25, 2025 at 5:10 AM
It feels really random - in the sense that (this time, at least) the bug shows itself like 1 in 25 requests to a particular endpoint. The endpoint in question is a batched tRPC call where the first 2 procedures work totally fine, but the 3rd gets undefined when calling getStore (where I then throw).
October 26, 2025 at 3:29 AM
I love the oRPC For Learning codebase!

The typed Convex function API is still missing a bunch of tricks from tRPC I'd like to add but I can tell there's even more to learn from oRPC and TanStack Start.
October 25, 2025 at 12:50 AM
remember when i posted like 100 years ago how i thought it was funny that every dashboard page secretly contains 20 staff posts as part of trpc-dehydrated-state. well turns out thats load bearing, and removing it causes the page to crash
October 16, 2025 at 5:02 AM
Trump Coin ETF (TRPC) listed on DTCC, signaling readiness for trading. While this excites investors, SEC approval is still needed, likely in early 2026. This move aligns with growing institutional interest in crypto-themed ETFs.
October 11, 2025 at 9:17 AM
babababababaaaaaa

#furryart #trpc #thenandnow
September 12, 2025 at 4:45 AM
dunno tbh, i was more remarking over how neater the api surface is over something like trpc and elysia
September 3, 2024 at 2:00 PM
That's an awesome stack! Svelte is a joy to work with - lean yet powerful.

SvelteKit makes full-stack dev a breeze.

And Tailwind + DaisyUI = awesome UIs with minimal effort.

tRPC and TanStack Query are real time-savers.
November 1, 2024 at 11:29 PM
Nope, just overriding the fetch method and dealing with the async iterator from trpc
May 19, 2025 at 9:21 AM
@pontusab https://x.com/pontusab/status/1945556568344281454 #x-pontusab

tRPC for internal
REST for external
July 16, 2025 at 7:15 PM
”エコシステム内のすべての型検証ライブラリが共有インターフェースを実装したらどうなるでしょうか? すると、ユーザー提供のスキーマを受け入れる他のライブラリ(例:tRPC)は、任意の「仕様に準拠した」バリデータを受け入れることができ、各ライブラリに特別なロジックを実装する必要がなくなります。”
https://x.com/colinhacks/status/1634284724796661761
What if all the type validation libraries in the ecosystem implemented a shared interface? Then other libraries that accept user-provided schemas (e.g. tRPC) could accept any "spec-compliant" validator and not need to implement special logic for each lib Proposal:
x.com
January 28, 2025 at 5:06 AM
trpcのポイピク ただいま219ポイポイ #poipiku poipiku.com/1704/
February 22, 2024 at 11:38 PM
zod and trpc make my life better ❤️
November 4, 2024 at 4:49 PM
If the backend and frontend share types like in TRPC signing JSON makes a lot of sense.
December 4, 2023 at 3:58 AM
週末でtRPCでfetchする流れを理解した。次はこれにTanstackQueryを噛ませたい、クライアントサイドでしか使ったことない…
November 24, 2024 at 11:42 AM
<a href="https://zenn.dev/moneyforward/articles/5d513b5ebbcf51" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">zenn.dev/moneyforwa...
【TypeScript】trpcでChatGPTのようなstreaming responsesをReactで表示してみる
【TypeScript】trpcでChatGPTのようなstreaming responsesをReactで表示してみる
目的 OpenAI社のChatGPTやAnthropic社のClaudeのような生成AIによるチャットサービスでは、生成AIモデルが出力したデータをストリーミングで少しずつ受け取って徐々にテキストが表示されるようなUIを採用しています。…
zenn.dev
July 4, 2024 at 9:07 AM
All-in sur ton framework pour ça. Faut trouver comment il recommande de gerer le data-fetching.

Si il le gère pas il est nul et tu vas devoir build ta solution.

(Auquel cas check ts-rest ou trpc ou voir si ton backend a un rpc client, sinon openapi)
November 25, 2024 at 9:18 AM
Just came across this intriguing blog post about Deno and tRPC. Looks like a promising alternative for type-safe API workflows.
#deno #trpc #typesafety

deno.com/blog/build-t...
Build a Typesafe API with tRPC and Deno
Learn how to build a typesafe API with tRPC and Deno.
deno.com
November 20, 2024 at 11:32 AM
Oh donc y'a un repo ?
Je connais pas TRPC et SurrealDB mais je vais aller check ça c'est intrigant.
April 1, 2025 at 9:45 PM
I'm building a thing these last 2 weeks, and in an effort to challenge previously held strong convictions, I've gone all in on Typescript and React. Stack is:

✅ TRPC
✅ Tanstack Start
✅ Hono for API to TRPC
✅ Dat Typescript
✅ Bun
✅ React 19
✅ Shadcn UI
✅ ALL CLOUDFLARE FOR INFRA

IT IS GOOD
April 2, 2025 at 2:53 AM
Are there any good sample code for using tRPC 11 with React Query on Next.js? I'm encountering some strange errors with RSC.
April 23, 2025 at 7:43 AM