Skip to content

Instantly share code, notes, and snippets.

@pablopaul
Created November 21, 2016 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablopaul/69b728cfffc4c7814d5438d78ac9db2a to your computer and use it in GitHub Desktop.
Save pablopaul/69b728cfffc4c7814d5438d78ac9db2a to your computer and use it in GitHub Desktop.
Redux Reducer Concept
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