What is a React component?
Components are reusable parts of the UI. It can be as small as buttons and big as the navbar or the entire page.
How do you define a function component in React?
Writing a JavaScript function with capital letters in the name that returns a JSX element.