Back to Developer Roadmap

Composition vs Inheritance

src/data/roadmaps/react/content/[email protected]

4.0656 B
Original Source

Composition vs Inheritance

React has a powerful composition model, and it is recommended to use composition instead of inheritance to reuse code between components.

Visit the following resources to learn more: