Hacker News new | ask | show | jobs
by clessg 4004 days ago
Component-orientation and both exist to mend the problems of global CSS. If you use BEM in React you will usually have a one-to-one relationship between BEM component classes and React components. RaisedButton component has a .RaisedButton class, Icon has .Icon, etc.
1 comments

We do this Imho this is just "better" management of the same problem