CSS Modules and Media Queries in React
· With CSS modules, you can write normal CSS code and make sure, that it only applies to a given component. It's not using magic for that, instead it'll simply automatically generate unique CSS class names for you. And by importing a JS object and assigning classes from there, you use these dynamically generated, unique names.