DEV Community

Cover image for An Introduction to CSS Modules in React

An Introduction to CSS Modules in React

Yogesh Chavan on December 17, 2020

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 ...
Collapse
 
rachit995_97 profile image
Rachit Sharma

Most of the time I had problems with global class name collisions. This is fantastic. Thanks!

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Yes, that happens a lot of times. That's where CSS modules come in handy. πŸ‘

Collapse
 
ritaxcorreia profile image
Rita Correia

I've been using CSS modules and love it! Don't have to worry about name class clashing

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

That's great to hear πŸ‘

Collapse
 
juandadev profile image
Juanda MartΓ­nez

Awesome! never thought we could do this way with CSS in React. I'm still new to this library.

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Glad you found it useful πŸ™‚

Collapse
 
drsimplegraffiti profile image
Abayomi Ogunnusi

Thanks .... working on a project and I had naming conflicts. This is really helpful.

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Glad you found it helpful

Collapse
 
soumavabanerjee profile image
Soumava Banerjee

Insightful article! I'll use this in my next project.

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Thank you. You can also check out this website for your reference which I have created using Next.js with CSS Modules for styling.

Using CSS modules makes managing CSS so easy that's why it's preferred in Next.js and Gatsby.js

Collapse
 
soumavabanerjee profile image
Soumava Banerjee

It's very nice! I follow you regularly on LinkedIn. Your posts are very informative and they help me out quite a lot!

Thread Thread
 
myogeshchavan97 profile image
Yogesh Chavan • Edited

Thank you πŸ™‚ I'm glad you're finding my posts valuable

Collapse
 
abhilashlr profile image
abhilashlr

Nice article, but would also have liked to see the cons of css modules in it.

Collapse
 
axibord profile image
Aghiles Lounis

nice one !