October 2019
Intermediate to advanced
426 pages
11h 49m
English
As mentioned before, we are going to use create-react-app to initialize our project. If you have not done so already, run the following command now:
> npx create-react-app chapter1_1
Next we are going to define our app as a class component.
Read now
Unlock full access