Coursify
Create New CourseGalleryContact

NextJS

Unit 1
Routing
Routing BasicsRouting AdvancedCustom Routing
Unit 1 • Chapter 3

Custom Routing

Video Summary

In this tutorial, you will learn how to create dynamic routes in Next.js. We will create a product listing and detail page, and show how to extract the product id from the route parameters.

Knowledge Check

What is the file extension for a Next.js page?

What is the default export of the product id file?