Dark / light mode toggle in Next.js with consideration for accessibility, prefers-color-scheme
settings, persisting perferences and avoiding the 'flash of death' caused by SSR 😎
Read the companion article over at electricanimals.com or view a live demo on Vercel: https://next-dark-mode-toggle.vercel.app/
Forked from create-next-app
.
To run locally, yarn
, then yarn dev
.
✌️