fish-redux 如何监听store中state的变化?有没有类似于Vue中的watch方法?

92dk7w1h  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(104)

子页面需要根据store中state的某值变化而做一些操作,有没有类似于vue中的watch方法,或者如何处理会好一点?

4xy9mtcn

4xy9mtcn1#

只是需要订阅变化而不需要知道变化内容

AppStore.store.subscribe

都需要订阅

AppStore.store.observable

相关问题