Files
freeCodeCamp/guide/english/react/props/index.md
Karthik Rao e4ae577cd9 fix: update react props guide article (#25837)
Fix typo and improve the definition of props
2018-11-21 22:35:12 +05:30

156 B

title
title
Props

What are the props?

Props (short for properties) are the data or functions passed into a component. They are immutable (read-only).