LFZ > react-props-and-expressions > Flashcards
What are props in React?
pass data from one component to another
How do you pass props to a component?
props.name or props.text
How do you write JavaScript expressions in JSX?
{ props.name}