andreypopp / react-css-components

Define React presentational components with CSS
677 stars 14 forks source link

Any idea on isomorphic/universal applications with this library? #8

Closed rej156 closed 8 years ago

rej156 commented 8 years ago

Looks amazing btw!

andreypopp commented 8 years ago

It works well with server side rendering (I have a project with server rendered react and react-css-components). Though some documentation needed to implement that. I'll leave this issue open not to forget to add docs.

andreypopp commented 8 years ago

Documented, see loadCSS param.