You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
你好 首先感谢你开源这个项目
我是 redux 的新手 刚学习 middleware 的机制 看到你在 middlewares 数组中安插的最后一个中间件调用了
dispatch短间隔时间本地同步一次数据对此我想问下 如果某个 action 在发往全局的中间件中的任意一个件内出现了对
dispatch的调用 整个 action 不是要重新从一开始再走一遍所有的中间件么 这样似乎出现了递归 。。 在最后的syncReducerToAsyncStorage我没有看到提前 return 或者取消的操作如果哪里理解的不正确 还望指正
再次感谢你的项目 :)
致意