Example using Next and Prisma
- on
index.tsx, I'm usinggetStaticPropsto fetch posts - on
posts.tsx, I'm usinggetServerSidePropsto fetch posts - on
api/posts.ts, that's a serverless function that create a new post using Prisma client
To be documented...