Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
taro的官方文档提供了一个不用redux全局变量管理方案:链接 注意:↑ 是全局变量
但是如果我依然需要用到全局状态管理方案,可我不想用redux,因为对于我来说,redux确实有点太重。
那么我应该选择哪个全局状态管理的第三方库呢?有没有大佬推荐,譬如:icestore
因为官方提供的这个方案并不能让我及时获取到数据的变更
unstated