react-props-and-expressions/ Flashcards
1
Q
What are props in React?
A
Objects.
Pass data from one component to another
2
Q
How do you pass props to a component?
A
As an html attribute
3
Q
How do you write JavaScript expressions in JSX?
A
Put them inside curly braces.