LFZ > react-function-components > Flashcards
What is a React component?
Similar to JS functions, accept “props” as paramater, return react elements
How do you define a function component in React?
function FunctionName ( ) { return }
How do you mount a component to the DOM?
ReactDOM.render()