In this chapter, you will learn how to integrate two useful libraries to help you speed up your development efforts and make your code more readable, testable, and maintainable. They are React Router and Material-UI.
In this book, we will create a completely functional app, test a portion of it, and even publish it to production. The app will be a site that sells products, with a logged-in members area and other elements that are common in many apps.
In this chapter, we will get started on this app project by doing two exercises. ...