1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 23:53:24 +02:00

chore: add resource under react:components:composition-vs-inheritance

This commit is contained in:
roadmap bot
2023-07-02 23:35:31 +01:00
parent 534ed126d4
commit 8d4299c899

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [Composition vs Inheritance](https://reactjs.org/docs/composition-vs-inheritance.html)
- [How to perform component composition in React](https://www.robinwieruch.de/react-component-composition/)
- [Achieving Reusability With React Composition](https://formidable.com/blog/2021/react-composition/)
- [Passing JSX as children](https://react.dev/learn/passing-props-to-a-component#passing-jsx-as-children)