Components Flashcards

1
Q

What is a React component?

A

an Item that pulls from another file to create another function at ease

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

How do you define a component in React?

A

a JavaScript function that you can sprinkle with markup

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

How do you mount a component to the DOM (or “render” a component)?

A

export and import

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