freeCodeCamp/guide/english/react/components/index.md

13 lines
236 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Components
---
# Components
Components are the building blocks of React.
### More Information:
<a href='https://reactjs.org/docs/components-and-props.html' target='_blank' rel='nofollow'>Components and Props</a>
<br />