安装

H5 / Web

  1. # 使用 npm 或者 yarn
  2. npm install @redux-model/web
  3. npm install redux react-redux

如果你想要使用Redux控制路由,类似connected-react-router或者react-router-redux,那么你现在不需要使用它们了。我推荐用更加适配的插件:@redux-model/web-router

React-Native

  1. # 使用 npm 或者 yarn
  2. npm install @redux-model/react-native
  3. npm install redux react-redux

Taro

  1. # 使用 npm 或者 yarn
  2. npm install @redux-model/taro
  3. npm install redux @tarojs/redux @tarojs/redux-h5