Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server-side Rendering #221

Closed
kof opened this issue Apr 23, 2016 · 1 comment
Closed

Server-side Rendering #221

kof opened this issue Apr 23, 2016 · 1 comment

Comments

@kof
Copy link
Member

kof commented Apr 23, 2016

Let's discuss what needs to be done.

Possible ways are:

  1. Inlining of js styles and jss as it is, as js (possible now). So we can put jss styles as local script tags directly into the head together with the lib and render jss to css at runtime, but without latency for downloading them.
  2. Converting jss styles to regular css server-side, once js components start, regenerate CSS from js styles. (possible now)
  3. Full rehydration of styles from CSS from the DOM. (needs deterministic class name generation and evtl. parsing of css rules from dom)
@kof
Copy link
Member Author

kof commented Jun 23, 2016

released

@kof kof closed this as completed Jun 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant