示例应用
非官方测试版翻译
本页面由 PageTurner AI 翻译(测试版)。未经项目官方认可。 发现错误? 报告问题 →
备注
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
Next.js 入门项目(含 Prisma、端到端测试和 ESLint)(推荐)
- npm
- yarn
- pnpm
- bun
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
-
示例部署:nextjs.trpc.io
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
create-t3-turbo - 整合 Expo 和 Turborepo 的 T3 技术栈
- git
bashgit clone git@github.com:t3-oss/create-t3-turbo.git
bashgit clone git@github.com:t3-oss/create-t3-turbo.git
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
Next.js 入门项目(含 Prisma、端到端测试、ESLint、next-auth、WebSockets 和订阅功能)
- npm
- yarn
- pnpm
- bun
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
Next.js Todo MVC 示例(含静态生成和 Prisma)
- npm
- yarn
- pnpm
- bun
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
Node.js 极简服务端与客户端(Hello world)
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
独立服务端与 Node.js 过程调用
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
Express 服务端与 Node.js 过程调用
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
支持 WebSockets 的 Fastify 服务端与 Node.js 过程调用
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
SvelteKit 与 Prisma 整合示例
slug: typescript-performance-lessons title: v10重构过程中的TypeScript性能优化经验 authors: [sachinraja]
使用 Express 实现以太坊登录认证
- git
bashgit clone git@github.com:codingwithmanny/trpc-siwe-monorepo.git
bashgit clone git@github.com:codingwithmanny/trpc-siwe-monorepo.git