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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access