When you are building on Airtable using Javascript - two things can help you build faster with less errors:
:globe_with_meridians: GraphQL
:closed_lock_with_key: . Type-safety
Prisma is an amazing next generation ORM the brings type-safety and GraphQL to the table. So we wanted to see how Prisma would work with Airtable and wrote up a step-by-step tutoria:
In the tutorial, you’ll build a Next.js application that shows about 10K records from an Airtable base. It’s fast. And with Prisma, you can see this is just the beginning:
Check it out, and would love to hear what you think.