Applying the Open-Closed Principle To Write Clean React Components

A look at the SOLID principles in action

Mohammad Faisal
Better Programming
Published in
3 min readApr 1, 2021

--

Camera parts
Photo by Free Creative Stuff from Pexels.

SOLID is a set of principles. They are mainly guidelines for software professionals who care about their code quality and maintainability.

React is not object-oriented by nature, but the main ideas behind these principles can be helpful. In this article, I…

--

--