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

5 lines
156 B
Markdown
Raw Normal View History

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