Add components introduction docs

pull/1657/head
Kamran Ahmed 2 years ago
parent 797edc65ce
commit 6d072c7391
  1. 8
      content/roadmaps/103-react/content/100-react-fundamental-topics/102-components/readme.md

@ -1 +1,9 @@
# Components
Components are the building blocks of React applications. They let us split the UI into independent, reusable pieces, and think about each piece in isolation.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://reactjs.org/docs/components-and-props.html'>Components and Props</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://reactjs.org/docs/react-component.html'>Components in Depth</BadgeLink>

Loading…
Cancel
Save