DEV Community

Discussion on: Use components without a frontend framework

Collapse
 
vladi160 profile image
vladi160

I am not sure, where is that BEM in JS, too, but in CSS, BEM is overpriced, like you fix a problem that doesn't exists just to think something is much more organized and at the end, the class names are longer that the content inside the element.

Collapse
 
malteriechmann profile image
Malte Riechmann

Thanks for sharing your opinion.

I have made other experiences. With BEM the frontend (HTML, CSS and JavaScript) gets more organized and it works really well for some of our teams.

Not everything works well for everyone. Some of our teams use TailwindCSS, which is a completely different approach.

What works for your team?