Composition vs Inheritance in React
In React, the composition is the natural pattern of the component model. It's how we build component form other components, of varying complexity and specialization through props. Depending on how generalized these components are they can be used in ...
rahulism.hashnode.dev3 min read