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 modifications, was introduced September 1. Nonetheless, the discharge features a main refactor of the reactivity system that reinforces efficiency and considerably improves reminiscence utilization (-56%) with no conduct modifications, Vue creator Evan You wrote in a weblog put up.
The Vue 3.5 launch additionally resolves stale computed values and hanging reminiscence points attributable to 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 instances. Reactive props destructure, in the meantime, has been stabilized and now’s enabled by default. Variables destructured from a defineProps
name in now are reactive. This simplifies declaring props with default values, You stated.