rad-ui / ui

Rad UI is an open-source, headless UI component library for building modern, fast, performant, accessible React applications
http://rad-ui.com
MIT License
16 stars 20 forks source link

Dark Mode SSR flicker issue - a note on how to solve this #40

Open kotAPI opened 1 year ago

kotAPI commented 1 year ago

A known issue that causes initial jitter during rendering - put up a note on how this can be solved https://stackoverflow.com/questions/77022308/initial-rendering-has-a-flicker-when-dark-mode-enabled-on-ssr

Some more discussions- https://github.com/vercel/next.js/discussions/21982

kotAPI commented 1 year ago

Another interesting read - https://www.joshwcomeau.com/react/dark-mode/

kotAPI commented 11 months ago

Need to update the dark mode note on website regarding how to implement this on ssr [Using cookies as a popular option]