cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.08k stars 400 forks source link

[jss-isolate] support SSR #647

Open kof opened 6 years ago

kof commented 6 years ago

Currently sheet created by jss-isolate is not added to the sheets registry when rendered on the server. This is only a problem for SSR, because it can't aggregate the sheet.

Discovered by @typical000 while building the new landing page for JSS.

Todo

nijk commented 4 years ago

@kof This issue looks pretty stale. Am I right in understanding that both jss-isolate & jss-plugin-isolate do not support SSR?