August 2017
Beginner
298 pages
7h 4m
English
A store is a centralized state that contains the entire application state. Like normal states, the store is also a simple JavaScript object, which contains only plain data (a store object should not contain any methods). Also, the state is read-only, which means that other parts of the application cannot directly make changes to the state. The only way to modify the state is to emit an action.
Read now
Unlock full access