October 2019
Intermediate to advanced
426 pages
11h 49m
English
We have already learned how to set up a new React project. As we have learned, we can use the create-react-app tool to easily initialize a new project. We are going to do so now:
> npx create-react-app chapter3_1
Now that our project structure is set up, we can start implementing components.
Read now
Unlock full access