-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
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
page之间数据如何通讯交互? #131
Comments
目前需要 AppProvider 在最外层的包裹。面向application的需求,fish-redux做的不多。 |
我现在正如您说的 我试用了 flutter provide 这个组件用来做全局参数功能,但是对于fish-redux 的生命周期而言很不友好,期待你们的roadmap 但是想问问你们计划会在什么时候开源这个功能? |
如果是登录状态这种信息或者你可以试试维护一个全局的store实例 |
请教一下如何用 fish-redux 做一个全局的store 以及 使用 effect 和 reducer? |
现在有一个数据,需要从page的effect , dispatch到另个page的reducer, 如何实现?
我做了些尝试, 感觉少了点什么,所以才无效.
详情如下:
ctx.dispatch(xxActionCreator.xxfunction(xxparam));//无效
ctx.pageBroadcast(xxActionCreator.xxfunction(xxparam));//无效
ctx.appBroadcast(xxActionCreator.xxfunction(xxparam));报错
The text was updated successfully, but these errors were encountered: