Modern React with Redux
35
- redux is a predictable(可預料的) state container for Javascript
36
- centralize(集中) all of the applications data inside of a single object, centralize all of this data into a central single object which referred(交付) to the state.
- redux state : application level state
- redux contain the state of the application or the data that tell our component how or what they should render.
37