Next.js 13 Crash Course
The New App Directory
Now you are supposed to define the route in the app directory rather than the pages directory
Now in every route directory, you can define the following files
layout.js → Describes the HTML structure of the route
page.js → D...
arnavzek.hashnode.dev3 min read
Priti Solanki
Good read. Thank you for sharing.