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

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).