Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 23, 2019 22:35
Show Gist options
  • Save jsmanifest/49061f02c35561addffbf92b1587e25f to your computer and use it in GitHub Desktop.
Save jsmanifest/49061f02c35561addffbf92b1587e25f to your computer and use it in GitHub Desktop.
const onThemeChange = (e) => {
dispatch({ type: 'set-theme', theme: e.target.value })
}
return {
...state,
onSubmit,
undo,
onThemeChange,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment