Skip to content

ReactGirl/react-theming-dark-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Dark Mode with Styled Theming and Context

This repository coincides with a walkthrough available to read on Medium 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

React Dark Mode with Styled Theming and Context

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • HTML 15.2%
  • CSS 6.5%