Vue 3.5, an replace to the favored “progressive” JavaScript framework, emphasizes enhancements to the platform’s reactivity system, for higher efficiency and improved reminiscence utilization.
Vue 3.5, described as a minor launch with no breaking adjustments, was introduced September 1. Nevertheless, the discharge features a main refactor of the reactivity system that enhances efficiency and considerably improves reminiscence utilization (-56%) with no conduct adjustments, Vue creator Evan You wrote in a blog post.
The Vue 3.5 launch additionally resolves stale computed values and hanging reminiscence points brought on by hanging computes throughout SSR (server-side rendering). Moreover, reactivity monitoring has been optimized for giant, deeply reactive arrays, making these operations as a lot as 10x quicker in some circumstances. Reactive props destructure, in the meantime, has been stabilized and now’s enabled by default. Variables destructured from a defineProps
name in <script setup>
now are reactive. This simplifies declaring props with default values, You stated.