Skip to content

Redux 系列

Redux

  • store必须是唯一的
  • 只有store能改变自己的内容,Reducer不能改变
  • Reducer必须是纯函数

React-Redux

Redux-Tookit

Redux-Thunk

中间件

Redux-Devtool

Released under the MIT License.