Skip to content

Instantly share code, notes, and snippets.

@xaviervia
Last active February 3, 2017 16:57
Show Gist options
  • Save xaviervia/49cbfe855209c2e2b550fbe3df1619d8 to your computer and use it in GitHub Desktop.
Save xaviervia/49cbfe855209c2e2b550fbe3df1619d8 to your computer and use it in GitHub Desktop.
How we almost reinvent the Redux Store - III
withUncontrolledProp({
prop: 'checked',
defaultProp: 'autoChecked',
handlers: {
onClick: (previousProps) => !previousProps.checked
}
})(CustomCheckbox)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment