You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Converting jss styles to regular css server-side, once js components start, regenerate CSS from js styles. (possible now)
Full rehydration of styles from CSS from the DOM. (needs deterministic class name generation and evtl. parsing of css rules from dom)
The text was updated successfully, but these errors were encountered:
Let's discuss what needs to be done.
Possible ways are:
The text was updated successfully, but these errors were encountered: