React Dark Mode with Styled Theming and Context
How to toggle themes with React Hooks, context and styled components

Bring dark mode to your React apps
Dark mode is becoming more commonly supported in apps, both on the web and natively. React is in a great position to support such a feature, by leveraging the framework’s capabilities and…