We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const store = createStore(reducer) // redux store
const WeAppRedux = require('./libs/wechat-weapp-redux/index.js'); const {Provider} = WeAppRedux; 这几句要写在哪里?写在app.js里报没有找到createStore的错 还有WeAppRedux指向的index.js是什么文件?
The text was updated successfully, but these errors were encountered:
你可以参考这个例子:https://github.com/charleyw/wechat-weapp-redux-todos
Sorry, something went wrong.
No branches or pull requests
const store = createStore(reducer) // redux store
const WeAppRedux = require('./libs/wechat-weapp-redux/index.js');
const {Provider} = WeAppRedux;
这几句要写在哪里?写在app.js里报没有找到createStore的错
还有WeAppRedux指向的index.js是什么文件?
The text was updated successfully, but these errors were encountered: