Next.js has support for API Routes, which let you easily create an API endpoint as a Node.js serverless 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:
Was this helpful?