Created
November 21, 2016 11:05
-
-
Save pablopaul/69b728cfffc4c7814d5438d78ac9db2a to your computer and use it in GitHub Desktop.
Redux Reducer Concept
This file contains 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
function (a, b) { | |
// c = Processing result of a and b | |
return c; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment