Better Programming

Advice for programmers.

Follow publication

Member-only story

How to Apply Interface Segregation Principle in ReactJS

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

--

Photo by Bruno Cervera from Pexels

I: Interface Segregation Principle

Previous Articles in this Series

What’s This Principle All About?

Clients should not be forced to depend upon interfaces that they do not use

Components should not depend on things they don’t need.

A Practical Approach

--

--

Responses (6)

Write a response