Files
freeCodeCamp/guide/english/react/props/index.md
2018-10-23 03:11:36 +05:30

6 lines
146 B
Markdown

---
title: Props
---
### What are the props?
Props (short for properties) are the data passed into the component. They are immutable (read-only).