资讯

大家可能熟悉 Pinia,它的底层原理就是基于 effectScope 实现的。effectScope 让我们能够有效地管理全局或局部的状态,而 Vueuse 中的 createGlobalState 也是基于此技术开发的。 使用过 Vue3 Composition API 的开发者都知道它有多么方便,相比 Vue2 的 Option API,开发体验得到了 ...