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

5 lines
156 B
Markdown

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