SUIT CSS conventions for ReactJS apps
SUIT CSS is a set of design and naming conventions quite alike BEM.
The SUIT naming conventions when used in conjunction with PostCSS and CSSNext seems to be a good fit for reactJS apps as it encourages component oriented architecture.
Here's a gist I stumbled upon that talks about a developer's experiences with SUIT:
You can take a look at SUIT CSS conventions here:
Though these conventions might seem to be a little restrictive in nature, I think it is necessary to be so with CSS.
I'm going to give it a try, are you?