A component houses everything needed for it to display on a webpage. That includes things like JavaScript logic and HTML. 

To start, we'll need the keyword class and a name.

Nice. We create React components in the same way as regular JavaScript classes.

We'll need to create the class, give it a name, and then add the braces.