cssinjs / styled-jss

Styled Components on top of JSS.
http://cssinjs.org/styled-jss
MIT License
217 stars 25 forks source link

SSR Support for styled-jss #62

Open stoikerty opened 6 years ago

stoikerty commented 6 years ago

I couldn't find anything about server-rendering support for styled-jss. There is the react-jss package but even when using JssProvider from react-jss it doesn't work. I keep getting a mismatch of classes between the server and the client every time I refresh.

image

Will there be any server-rendering support for styled-jss? I made a sample repo here: https://github.com/stoikerty/styled-jss-ssr-example