August 2017
Beginner
298 pages
7h 4m
English
Actions are functions that are designed to perform a task. Whenever a component needs to modify the state, it will have to call an action. Actions are supplied to the component as props. The return type of an action function should be a plain object. The object returned by an action is supplied to the reducers.
Read now
Unlock full access