Components Flashcards
1
Q
What is a React component?
A
an Item that pulls from another file to create another function at ease
2
Q
How do you define a component in React?
A
a JavaScript function that you can sprinkle with markup
3
Q
How do you mount a component to the DOM (or “render” a component)?
A
export and import