aphrodite icon indicating copy to clipboard operation
aphrodite copied to clipboard

Does StyleSheetServer.renderStatic work with a stream ?

Open Justkant opened this issue 8 years ago • 4 comments

I'm using react-dom-stream for my server rendering. I'm wondering if aphrodite is working or could work with streams ?

Justkant avatar Apr 21 '16 18:04 Justkant

There's no support at the moment. I'm not sure what it would take to make it stream compatible. My gut is that it would be quite awkward to accomplish, since we must send the entire CSS payload before any of the HTML is sent, and we must generate the entire HTML in order to figure out what CSS to send.

jlfwong avatar Apr 22 '16 01:04 jlfwong

That's what I thought. And what about scoped style ?

Justkant avatar Apr 22 '16 13:04 Justkant

And I think this will be a cool feature to support because of this React issue

Justkant avatar Apr 22 '16 13:04 Justkant

@Justkant scoped styles aren't really relevant to aphrodite since we add unique suffixes to each of our styles already.

xymostech avatar Apr 22 '16 18:04 xymostech