Modular Next.js Folder Strategy
Intro Organizing your structure folder in Next.js is key to maintain a scalable and maintenable project, today i am gonna share one of the approach i use with Next.js page router. Part 0 – Next.js Configuration This article use a...