react-props-and-expressions Flashcards

1
Q

What are props in React?

A

Arguments passed into React components. Props are passed to components via HTML attributes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you pass props to a component?

A

Passed in as attributes using key value pairs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you write JavaScript expressions in JSX?

A

Inside the curly braces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly