Skip to content

Instantly share code, notes, and snippets.

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