1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-15 12:49:43 +01:00

chore: add resource under react:components

This commit is contained in:
Kamran Ahmed 2023-06-05 21:12:13 +01:00
parent 813c0ebd93
commit c4d9651e95

View File

@ -4,7 +4,6 @@ Components are the building blocks of React applications. They let us split the
Visit the following resources to learn more:
- [Components and Props](https://reactjs.org/docs/components-and-props.html)
- [Components in Depth](https://reactjs.org/docs/react-component.html)
- [Creating and nesting components](https://react.dev/learn#components)
- [Explore the different types of components in React](https://www.robinwieruch.de/react-component-types/)
- [What is the difference between components, elements, and instances?](https://www.robinwieruch.de/react-element-component/)
- [What is the difference between components, elements, and instances?](https://www.robinwieruch.de/react-element-component/)