Using the Liskov Substitution Principle (LSP) in React
Introduction
React, a popular JavaScript library for creating user interfaces, places a focus on following software engineering principles to create extendable and maintainable applications. One such rule is the Liskov Substitution Principle (LSP), w...
blog.adeeshsharma.com4 min read