chore: add resource under react:components

feat/devops-roadmap
Kamran Ahmed 1 year ago
parent 813c0ebd93
commit c4d9651e95
  1. 5
      src/data/roadmaps/react/content/102-components/index.md

@ -4,7 +4,6 @@ Components are the building blocks of React applications. They let us split the
Visit the following resources to learn more: Visit the following resources to learn more:
- [Components and Props](https://reactjs.org/docs/components-and-props.html) - [Creating and nesting components](https://react.dev/learn#components)
- [Components in Depth](https://reactjs.org/docs/react-component.html)
- [Explore the different types of components in React](https://www.robinwieruch.de/react-component-types/) - [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/)
Loading…
Cancel
Save