Basics

Creating a simple app.

In this session we’ll be learning to use “dumb” components to create a simple app in React.

To do this, we’re going to take the page we made in the CSS Dojo and split it into components. If you haven’t done the CSS Dojo, you can grab these files:

If you want to skip the setup process from the previous session, you can checkout the Project Template.

Edit on GitHub