What is a React component?
A react component is a javascript function that can be used to create parts of the UI and provide logic and styling to the component
How do you define a component in React?
When you define a React component, it’s name must be capitalized unlike regular javascript functions
How is a component “rendered” (made visible on the browser page)?
by using the render() method