April 2020
Intermediate to advanced
716 pages
18h 55m
English
In order to keep the UI in our MERN applications sleek without delving too much into UI design and implementation, we will utilize the Material-UI library. It provides ready to use and customizable React components that implement Google's material design. To start using Material-UI components to make the frontend, we need to install the following modules:
yarn add @material-ui/core @material-ui/icons
To add the Roboto fonts that are recommended by Material-UI and to use the Material-UI icons, we will add the relevant style links into the ...
Read now
Unlock full access