Summary
This chapter was a very brief introduction to Material-UI, the most popular React UI framework. We started by looking at the components used to assist with the layout of our pages. We then looked at components that can help the user navigate around your application. Next, you learned how to collect user input using Material-UI form components. Finally, you learned how to style your Material-UI using styles and modifying themes.
In the next chapter, we'll look at ways to improve the efficiency of your component state updates using the latest functionality available in the latest version of React.