November 2018
Beginner
502 pages
10h 22m
English
So far we have created some very simple components. In this section, we are going to build a component that is a little more complex, and start to get more familiar with some of the different parts of a component.
Together, we'll start to build a component called Confirm that will allow a user to either continue with an operation or stop.
Our component will look like the following screenshot when we've finished:

We're going to use create-react-app to spin up a project quickly, as follows:
npx create-react-app my-components ...
Read now
Unlock full access