Best project structure for Next.js #189830
Answered
by
tinatuazon
elijah-alonzo
asked this question in
Discussions
-
Next.js Best Project StructureHow should I set my next.js project? This is my current setup. |
Beta Was this translation helpful? Give feedback.
Answered by
tinatuazon
Mar 17, 2026
Replies: 1 comment
-
|
It'd be better to just leave routes on app and move all sections into reusable components to make it more scalable. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elijah-alonzo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd be better to just leave routes on app and move all sections into reusable components to make it more scalable.