Echo JS 0.11.0

<~>
xat 2578 days ago. link parent 1 point
Thanks, I'll have a look at React-JSS. Even if it fragments CSS in react even more :)

Replies

tracker1 2574 days ago. link 1 point
Yeah, I was really interested in Aphrodite, but react-jss just seems slightly better in terms of a solution.  It renders to style tag(s), so you can do media queries, and you can invert nesting similar to sass/less, so it's not bad.. remembering to quote css properties is the only hard part (similar to inline)... you get classes to set on your rendered components, similar to aphrodite (iirc), and it goes well enough.