An Introduction to CSS Modules in React
When it comes to React, following are some of the ways of styling in React.
Inline CSS
Normal CSS
CSS In JS libraries like styled-components
CSS Modules
SASS/SCSS
In this article, we will explore how to use CSS Modules.
What is a CSS module?
CSS m...
blog.yogeshchavan.dev3 min read