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

6 lines
146 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Props
---
### What are the props?
2018-10-22 21:41:36 +00:00
Props (short for properties) are the data passed into the component. They are immutable (read-only).