可调度性是响应系统非常重要的特性。首先我们需要明确什么是可调度性。所谓可调度,指的是当 trigger 动作触发副作用函数重新执行时,有能力决定副作用函数执行的时机、次数以及方式。 《Vue.js 设计与实现》
提交链接:[feat]implement lazy and scheduler in effect() · smallnine9/mini-vue@dd95839 (github.com)
1、lazy 懒执行特性
2、scheduler 特性
可调度性是响应系统非常重要的特性。首先我们需要明确什么是可调度性。所谓可调度,指的是当 trigger 动作触发副作用函数重新执行时,有能力决定副作用函数执行的时机、次数以及方式。 《Vue.js 设计与实现》
提交链接:[feat]implement lazy and scheduler in effect() · smallnine9/mini-vue@dd95839 (github.com)
1、lazy 懒执行特性
2、scheduler 特性