Getting Started with Next.js and Prisma – Ryan Chenkie, Lee Robinson | Prisma Day 2021
Prisma
Next.js offers a unique approach to building client-side React apps by allowing portions of your React codebase to actually run on the server.
Next.js features like getServerSideProps, getStaticProps, and API routes are the perfect place to use Prisma to interact with a database.
In this workshop, we’ll look at how to get started with Prisma in a Next.js project. We’ll start by initializing Prisma in a new Next.js project and we’ll get a database wired up with a Prisma data model. We’ll then interact with the database through Prisma Client in the Next app where we’ll build a fully-functional CRUD experience.
——————————————————
👉 More videos from this series
• Previous: Prisma入門 | https://youtu.be/80CYmde9z9c
• Next: Introduzione pratica a Prisma | https://youtu.be/1-wCE4mj4Vo
Check out all the Prisma Day videos: https://www.prisma.io/day
——————————————————
📚 Learn more about Prisma
• Website: https://www.prisma.io
• Docs: https://www.prisma.io/docs
• Quickstart: https://pris.ly/qstart
——————————————————
💬 Connect with Prisma:
Twitter: https://twitter.com/prisma
Discord: https://pris.ly/discord
LinkedIn: https://www.linkedin.com/company/prisma-io/
——————————————————
✅ Subscribe to Prisma’s YouTube channel
https://www.youtube.com/channel/UCptAHlN1gdwD89tFM3ENb6w?sub_confirmation=1