Why do we use .module.css
If you ever worked with React, you might have noticed the use of Component.module.css for styling the Component.jsx instead of regular Component.css . We'll discuss why.
If regular css files are used, the styles will apply to a global scope. Globally...
jathu.hashnode.dev2 min read