DEV Community

Discussion on: How I structure a React project

Collapse
 
javaguirre profile image
Javier Aguirre

I like this separation, it’s very interesting. The naming is also intuitive.

I use Redux on my projects, so for me Organisms would be connected components.

For Atoms could be PureComponents, that would be a good approach, simplifying its lifecycle.