wpcodevo / nextjs-trpc-crud-app
This article will teach you how to build a full-stack tRPC CRUD (Create, Read, Update, and Delete) app with Next.js. The tRPC API will be built on Next.js edge runtime and the tRPC client will be created with React.js. For data storage, we'll use Prisma ORM to query and mutate an SQLite database.
☆32Updated 2 years ago
Alternatives and similar repositories for nextjs-trpc-crud-app:
Users that are interested in nextjs-trpc-crud-app are comparing it to the libraries listed below
- T3-stack E-commerce website with Drizzle ORM, rating system, persistent cart, discounts, algolia search, optimistic updates (React Query…☆83Updated 2 months ago
- In this article, we’ll build a type-safe tRPC CRUD API with Next.js, PostgreSQL, and Prisma. This tRPC example in Next.js will showcase h…☆97Updated 2 years ago
- ☆77Updated last year
- Next Auth with tRPC and Prisma 🎃