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...
Dec 12, 20232 min read