react-props-and-expressions Flashcards

1
Q

What are props in React?

A

Props are the information that you pass to a JSX tag. For example, className, src, alt, width, and height are some of the props you can pass to an <img></img>:

They are objects that have properties inside them

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

How do you use props in a component?

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

How do you pass props to a component?

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

How do you write JavaScript expressions in JSX?

A

within curly braces

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