DEV Community

Discussion on: 10 Cool React Tips

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop • Edited

Reusability can be a problem with Redux as well if a component depends on it - it is not reusable.

Reusable components are the ones that don't depend on Context or Redux, they just depend on some simple props passed to them.