← Back to Blog
Series · 4 parts

Build a Fully Type-Safe Application with GraphQL, Prisma & React

Achieve end-to-end type safety across the stack using GraphQL, Prisma, and React.

EducationAugust 24, 2022

End-To-End Type-Safety with GraphQL, Prisma & React: Frontend

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through building a type-safe React app that accesses a GraphQL API.

EducationAugust 30, 2022

End-To-End Type-Safety with GraphQL, Prisma & React: API Prep

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through setting up a TypeScript project, a PostgreSQL database, and Prisma.

EducationAugust 29, 2022

End-To-End Type-Safety with GraphQL, Prisma & React: GraphQL API

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through building a type-safe GraphQL API

EducationSeptember 1, 2022

End-To-End Type-Safety with GraphQL, Prisma & React: Codegen & Deployment

Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through setting up code generation to allow you to keep your TypeScript types in sync across your frontend and API. You will also deploy your completed project.