Skip to content

Instantly share code, notes, and snippets.

@wende
Last active August 23, 2016 23:19
Show Gist options
  • Save wende/e1c9ed538c27ebd1213f8229c03ea5f7 to your computer and use it in GitHub Desktop.
Save wende/e1c9ed538c27ebd1213f8229c03ea5f7 to your computer and use it in GitHub Desktop.
[action.type, matchedKey, "_"].reduce( (acc, a) =>
acc || handlers.hasOwnProperty(a) && handlers[a](state, action)
, null) || state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment