A point not mentioned in the Vue 3.4 blog:
Vue 3.2 had already optimized the performance of the reactivity system, enhancing the scheduling performance several times over.
However, the reactivity system in Vue 3.4 has been rewritten, making it several times faster than Vue 3.2. As a result, the reactivity system in Vue 3.4 is even 1000% to 2000% faster than Vue versions 3.1 and below. 😁