⚝ Routing in Next.js
→ File system based routing mechanism → When a file is added to the /pages folder, it automatically becomes available as a route → We can mix and match filenames with nested folder structures.
⚝ Possible routing mechanisms in Next.js → Home route → Different routes → Nested routes → Dynamic routes → Nested dynamic routes → Catch all Routes
5
5
4