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