rossbulat / ts-react-theming-dark-mode

Typescript Implementation of React Dark Mode Theming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript: React Dark Mode with Styled Theming and Context

This repository is an extension of my article Explaining dark mode integration with React, which can be found here.

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 features and packages readily available to be used with the framework. Toggling between a dark and light mode can be achieved very elegantly and modularly, as this repository demonstrates.

About

Typescript Implementation of React Dark Mode Theming


Languages

Language:TypeScript 80.7%Language:HTML 15.2%Language:CSS 4.1%