[學習]lession react note - 第3節

Modern React with Redux

35

  1. redux is a predictable(可預料的) state container for Javascript

36

  1. 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. 
  2. redux state : application level state
  3. redux contain the state of the application or the data that tell our component how or what they should render.

37