Creating a class component
- Class components must inherit from React.component
- There must be a render function
- The render function must have a return
Render the class component to the page
- The first parameter is the label
Who does this in the class component refer to?
- The this in a class component refers to the instance object of the class component