Skip to content

Instantly share code, notes, and snippets.

@vzhou842
Last active June 18, 2021 23:56
Show Gist options
  • Save vzhou842/88ba79c9533e0bc16b9b89913e4ee6a8 to your computer and use it in GitHub Desktop.
Save vzhou842/88ba79c9533e0bc16b9b89913e4ee6a8 to your computer and use it in GitHub Desktop.
Saved Theme Preference
// Save this at some point
localStorage.setItem('preferred-theme', 'dark');
// User can close the tab, quit the browser, etc...
// Come back later and this will still be set
const theme = localStorage.getItem('preferred-theme');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment