In the previous chapter, we made our app mobile-friendly with the help of media query Hooks. Now our app is almost ready to be deployed. However, before we proceed to do that, I think we should briefly pay attention to other styling methods for React components.
Throughout the application, we used the Material-UI library as our styling preference. But there are several other popular methods out there. We will not be diving deeply into each styling ...