wechat-weapp-redux
wechat-weapp-redux copied to clipboard
createStore方法找不到
const store = createStore(reducer) // redux store
const WeAppRedux = require('./libs/wechat-weapp-redux/index.js'); const {Provider} = WeAppRedux; 这几句要写在哪里?写在app.js里报没有找到createStore的错 还有WeAppRedux指向的index.js是什么文件?
你可以参考这个例子:https://github.com/charleyw/wechat-weapp-redux-todos