Adding CSS styles

When discussing user interface implementations for the applications in this book, we chose not to focus on the details of the CSS styling code applied and relied mostly on the default Material-UI stylings. But given that implementing any user interface requires considering styling solutions, we will briefly look at some of the options available. 

When it comes to adding CSS styles to the frontend, there are a number of options, each with pros and cons. In this section, we will discuss the two most common options, which are  external style sheets and inline styles, along with a newer approach of writing CSS in JavaScript, or more specifically JSS, which is used in Material-UI components and hence also for the applications ...

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.