NextJS pages or app folder structure?
Disclaimer: am noob.
Theo's T3 Stack tutorial uses the pages folder structure when creating its nextjs app. What are the benefits of routing with the newer app (pages/layout) structure? Also, is it easy to migrate a project to this new structure. I'm creating an app right now, but am scared to change the structure because I'm worried about potential bugs when restructuring. Thanks!
Theo's T3 Stack tutorial uses the pages folder structure when creating its nextjs app. What are the benefits of routing with the newer app (pages/layout) structure? Also, is it easy to migrate a project to this new structure. I'm creating an app right now, but am scared to change the structure because I'm worried about potential bugs when restructuring. Thanks!