nextjs app router

The new routing technique in nextjs is app routing where the main page ("/") found in "/app/page.tsx" and the about page ("/about") in "/app/about/page.tsx"

routingfile-systemrebuild-technique

Constrains

  • Read `page.tsx` | `page.jsx` file in the app/ directory and the directories inside
  • Make automatic route for each folder

no hints for this challenge

no solution for this challenge