My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Global CSS with Material-UI Done Correctly in React Apps

Johann Blake's photo
Johann Blake
·Mar 8, 2020

In case you are using the Material-UI library for React and you want to manage your css in external files, I posted an article on how to do this:

medium.com/@johannblake/global-css-in-react..

This solution is better because it allows you to separate your CSS from Javascript the way CSS was meant to be. This allows you to use your IDE's css tool to edit your css as you normally do and any edits you make are automatically updated in your React app.