Skip to content

Instantly share code, notes, and snippets.

@pablopaul
Created November 21, 2016 11:17
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/96e7a0d9465e302c95c424dc93a12a94 to your computer and use it in GitHub Desktop.
Save pablopaul/96e7a0d9465e302c95c424dc93a12a94 to your computer and use it in GitHub Desktop.
Redux Reducer Concept 2
function (state, action) {
// newState = Processing result of state and action
return newState;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment