How to build APIs with Next.js? ft Tim Neutkens | Prismic

preview_player
Показать описание
This is different from a monolithic approach because, in production, each API will be deployed as a different serverless function. This will make the bundle smaller when the code is executed and the project more distributed, more scalable, and isolated by default.

---

As a developer, you should build websites using your favorite Jamstack framework.
Prismic allows you to build website sections, that you can connect to a website builder for your client or team. They will create pages from there and you get that content back to your code through our fast API.

► [Tutorial] Build a full website with Nuxt 3 and Prismic's new Page Builder:

---

► Find us also on:

---

00:00 Intro
00:33 Create your IPA with Next
03:50 Difference with the monolith approach

#Prismic #Next #WebDevelopment
Рекомендации по теме
Комментарии
Автор

Thanks! I really had a hard time understanding why are we putting everything in the same place all again....? Now, I kinda understand what API routes mean in Next.js...!

hayounglee
Автор

Running 10 micro-services off one single-threaded vercelized-express server sounds like a nightmare. I'm also guessing it doesn't work if you try to deploy anywhere that isn't vercel.

sbrugby