Coding Bootcamp LFZ > react-props-and-expressions > Flashcards
What are props in React?
Props (properties) are objects used to pass data in React components; like attributes on html elements
How do you pass props to a component?
As an argument; the attribute on the component itself
How do you write JavaScript expressions in JSX?
Put the expression in curly braces