Featured

ReactCSS

The way CSS in React should be

Makers

Discussion

Blaine Hatab
@blainehatab · Co-founder, Open Minded Innovations
Been using react for a while and I still prefer sass for my styles. I love having html in my javascript, but stylesheets are really good for keeping my app styles consistent. I want my html and javascript to be component driven, but not my styles. That's what keeps my app visually cohesive. On that super cynical note, good work! Looks great for inline css … See more
H
Erik Finman
@erikfinman · Founder of Finman Technologies
ReactCSS brings back a familiar class-based data structure to inline styles in React. It allows you to “pop” modifier classes on and off just like you would with traditional css. It also helps you keep all of the style logic in one place and makes it really clear at a glance what is going on.