Question from the Next.js test

Write a Next.js page that renders a product's details.

Easy

You need to create a dynamic route for product pages. Each product has a unique identifier. How do you structure the folder and file for this dynamic route ?

- app/
  - products/
    - ???
- public/
Author: AnasStatus: PublishedQuestion passed 162 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!