This lessons goes over what it takes to get React to output simple text to the browser such as Hello Eggheads
. This lesson will also introduce stateless functional components. React uses JSX which is a "JavaScript syntax extension that looks similar to XML." While this is not required to use with React, it is highly recommended.