본문 바로가기
버전: 9.x

예제 앱

비공식 베타 번역

이 페이지는 PageTurner AI로 번역되었습니다(베타). 프로젝트 공식 승인을 받지 않았습니다. 오류를 발견하셨나요? 문제 신고 →

trpc를 클론하여 로컬 예제를 실행해 보거나 아래 CodeSandbox 링크에서 체험해 볼 수 있습니다.

다음은 몇 가지 예제 앱입니다:

DescriptionURLLinks

Recommended:
Next.js starter with Prisma, E2E testing, & ESLint



Quick start with create-next-app
yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
nextjs.trpc.io

zART-stack example (zero-API, TypeScript, React).


Monorepo setup with React Native, Next.js, & Prisma



Quick start with git clone
git clone git@github.com:KATT/zart.git
n/a

Next.js starter with Prisma, E2E testing, ESLint, Auth using next-auth, WebSockets, & Subscription support



Quick start with create-next-app
yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
websockets.trpc.io

Next.js TodoMVC-example with SSG & Prisma.



Quick start with create-next-app
yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
todomvc.trpc.io
Vanilla standalone server & procedure calls with node.jsn/a
Express server & procedure calls with node.js.n/a
Fastify server with WebSocket & procedure calls with node.js.n/a
SvelteKit Example Application with Prisma.n/a

Express server with tRPC Shield + Prisma



Quick start with create-trpc-appx
n/a