In this tutorial we're going to learn about Class Components as well as JSX. JSX is nothing more than syntactic sugar for React.createElement which allows us to more easily develop UI due to the fact of its similarity with HTML. Components allow us to break down our webpage into smaller reusable pieces of UI.