DEV Community

Discussion on: 3 Best Practices for Working With React Components

Collapse
 
chimon1984 profile image
Ryan Edge

One of the core tenants of component driven design is the single responsibility principle so that might be worth mentioning when considering how and when to break up components.

Collapse
 
educationecosystem profile image
Dr. Michael Garbade

True, thanks for mentioning that!