April 2020
Intermediate to advanced
716 pages
18h 55m
English
The Home component will be the React component containing the home page view of the skeleton application. It will be rendered in the browser when the user visits the root route, and we will compose it with Material-UI components.
The following screenshot shows the Home component, as well as the Menu component, which will be implemented later in this chapter as an individual component that provides navigation across the application:

The Home component and other view components that will be rendered in the browser for the user to interact with will follow a common code structure that contains the following parts in the given ...
Read now
Unlock full access