How to Apply Interface Segregation Principle in ReactJS

SOLID principles in action

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

--

Photo by Bruno Cervera from Pexels

SOLID is a set of principles that are not specific to any framework or language. These principles help us to understand how to write beautiful applications for our customers.

Today we will talk about the fourth principle of SOLID:

I: Interface Segregation Principle

--

--