Create a New Next.js Application with an API Route

InstructorLee Robinson

Share this video with your friends

Send Tweet

Rather than using create-next-app, we can manually set up Next.js and create our first API route. This route allows you a straightforward solution for building an API alongside your React application with Next.js. No need to set up Express or any other Node.js server.