安装
H5 / Web
- # 使用 npm 或者 yarn
- npm install @redux-model/web
- npm install redux react-redux
如果你想要使用Redux控制路由,类似connected-react-router或者react-router-redux,那么你现在不需要使用它们了。我推荐用更加适配的插件:@redux-model/web-router。
React-Native
- # 使用 npm 或者 yarn
- npm install @redux-model/react-native
- npm install redux react-redux
Taro
- # 使用 npm 或者 yarn
- npm install @redux-model/taro
- npm install redux @tarojs/redux @tarojs/redux-h5