April 2020
Intermediate to advanced
716 pages
18h 55m
English
Throughout this book, we will use React to code up the frontend. To start writing the React component code, we will need to install the following modules as regular dependencies:
yarn add react react-dom
These are the core React library modules that are necessary for implementing the React-based web frontend. With other additional modules, we will add more functionality on top of React.
Read now
Unlock full access