DEV Community

Discussion on: A 2021 guide about structuring your Next.js project in a flexible and efficient way

Collapse
 
kimskogsmo profile image
Kim Skogsmo • Edited

With atomic design you organize your components in five different types; atoms, molecules, organisms, templates, pages. Maybe the OP is insinuating something similar with his 'elements' folder. For example, there could be an 'elements' and a 'views' folder in there, or something.

See: bradfrost.com/blog/post/atomic-web...