Loving this Vite course really get you up to speed quickly!
I love this approach. Remember to keep your socs clean 😄 (Separation of Concerns, not laundry… though that too). I’ve found this method especially useful when vibe coding. With React + Tailwind, I always had to double-check if the AI hadn’t accidentally replaced some logic. With CSS Modules, that’s no longer an issue.
I never knew this. Thanks!
It’s great to see the excitement around CSS Modules with Vite, but it’s worth pointing out that Angular has had this kind of built-in style encapsulation since version 2 (back in 2016). In Angular, each component can have its own scoped styles using regular CSS files — no need for .module.css files or class imports. The framework handles style scoping natively through ViewEncapsulation, automatically preventing global conflicts without extra configuration. It’s a long-standing feature that often gets overlooked outside the Angular community.
100% thought he was talking about cs:go
I'm scared i don't understand any of this 😢
Mahdi?
Hes gotta rob a train coach after this special 😅
heil tailwind
Careful with that hankie the pinkertons will get you
I hate this Module css files… I have not much experience with these except for working couple of months using these modules and I hated it… it looks your html syntax look so ugly that you feel like wth..
How can we use this concept against 3rd-party scripts like consent, chat popups that load the exact same css classes with our own css (especially tailwind), its messed up so bad 🫨
@Jason-ot6jv