August 2017
Beginner
298 pages
7h 4m
English
Reducers are simple methods whose function is to update the store. Since the store is a JavaScript object, organized as key-value pairs, each key will have its own reducer. The reducer function accepts two arguments, the object returned from the action and the current state, and it will return a new state.
Read now
Unlock full access