LFZ Flash Cards > react-function-components > Flashcards
What is a React component?
Components let you split the UI into independent, reusable pieces, and think about each piece in isolation.
How do you define a function component in React?
function or class keyword
How do you mount a component to the DOM?
ReactDOM.render