React Components Flashcards

1
Q

What is a React component?

A

A custom html creation function that you can put into JSX/react code to render preset elements

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

export default function name () {
return
}

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

How do you define a component in React?

A

export default function name () {
return
}

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