DEV Community

Discussion on: React Clean Architecture

Collapse
 
rafaelrozon profile image
Rafael Rozon

Did you mean to reference the Clean Architecture concepts from Robert C Martin? Or it’s a totally different thing?

Collapse
 
kpiteng profile image
kpiteng

No, I don't about Robert C Martin, But I refer various articles and based on that I created this folder hierarchy.

Clean Architecture is the same paradigm which ideally we followed in our application. This paradigm divide project architecture into 3 parts - Application, Infrastructure and Presentation.

You can use Ignite Boilerplate - as well. Every boilerplate has own paradigm.

But All are perfect at own way.

Thanks