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

6 lines
146 B
Markdown
Raw Normal View History

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