DEV Community

Discussion on: Next.js: App Router vs Pages Router

Collapse
 
bogomil profile image
Bogomil Shopov - Бого

Thanks for writing this up. If you include a bit more code would be great for the audience here.

Collapse
 
dcs-ink profile image
dan

Thanks for the feedback! I added a bit more detail on initial setup questions and project structure post install.

Collapse
 
tab761 profile image
Alexandr Tarlovsky • Edited

Is it possible to add to project structure (that's great to see) js or tsx code implementing each of the router?
In addition, there is not clear for me why App Router is more preferable to complex projects base-on examples?