Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 433 Bytes

redux.md

File metadata and controls

10 lines (9 loc) · 433 Bytes

Redux

  • State
  • Action
  • Reducer
  • Store
  • Middleware The above concepts are exactly the same as the community's Redux. Redux is a framework for state management with [predictable][centralized] [easy to debug][flexibility]. If you want to have a closer understanding of Redux, please refer to https://github.com/reduxjs/redux