Open kotAPI opened 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
Another interesting read - https://www.joshwcomeau.com/react/dark-mode/
Need to update the dark mode note on website regarding how to implement this on ssr [Using cookies as a popular option]
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