Skip to content

Instantly share code, notes, and snippets.

@DaneSirois
Last active August 30, 2017 04:04
Show Gist options
  • Save DaneSirois/b84212a800d6053790df39a4a5b1a900 to your computer and use it in GitHub Desktop.
Save DaneSirois/b84212a800d6053790df39a4a5b1a900 to your computer and use it in GitHub Desktop.
store.dispatch({
type: 'CHANGE_THEME',
payload: localStorage.getItem('theme') || 'dark'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment