Home component

The Home component will be rendered on 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 and the Menu component, which will be implemented later in the chapter as an inpidual component to provide 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 containing the following parts in the given order.