Add static routes to a Next.js app

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

One of the most powerful features of Next.js is the file-system-based-routing. In order to create new pages for our app we don't have to define them anywhere in the code - we just need to create a new component in pages directory.

In this lesson we're going to learn how to add static routes to a Next.js app.