Last active
February 3, 2017 16:57
-
-
Save xaviervia/49cbfe855209c2e2b550fbe3df1619d8 to your computer and use it in GitHub Desktop.
How we almost reinvent the Redux Store - III
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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