YuriGor / deepdash.io

Site for deepdash
https://deepdash.io/
0 stars 0 forks source link

Style flashes #3

Open YuriGor opened 5 years ago

YuriGor commented 5 years ago

Does JSS style approach in MUI plays well with SSR?

YuriGor commented 5 years ago

Possibly related: https://github.com/mui-org/material-ui/issues/7977 https://github.com/mui-org/material-ui/issues/8060

YuriGor commented 5 years ago

Looks like the problem exists only for JSS classes passed via props to children components. Classes declared and used in the same file renders on server well, but classes passed as props are generated on client side only, so flash happens because of onload/onmounted time gap.

aogaili commented 5 years ago

I've tried to the instapaper theme with NextJS and there is a flicker in the avatar size. Did you find a a solution for this issue?

YuriGor commented 5 years ago

No yet, have no time for this.