Next.js has support for API Routes, which lets you easily create an API endpoint as a Node.js function. Although it’s not necessary for our blog app, we’ll briefly talk about how to use it in this lesson.
In this lesson, you’ll learn: