根据文档:'Subscribes' the component to keep cached data in the store, and 'unsubscribes' when the component unmounts
。
是否有一种方法可以保持无处不在的突变缓存而不是"取消订阅"它?我的意思是,我可以在不同的组件中调用useMutation
,并在所有这些组件(如查询)之间获得缓存的数据和状态同步。因为现在,一旦组件卸载,我就会丢失数据。
目前还没有,但有一个正在进行的Pull Request,将使其成为下一个小版本。
你可以把它钉在这里:https://github.com/reduxjs/redux-toolkit/pull/1477