Vue 3 offers better performance for reactive properties than Vue 2. It also allows a more fine-grained control of which properties should be reactive and which not. This could solve issues like those reported in #249.
Check which of our dependencies are compatible with Vue3, first.
We can then use the migration build to gradually upgrade the codebase.
Vue 3 offers better performance for reactive properties than Vue 2. It also allows a more fine-grained control of which properties should be reactive and which not. This could solve issues like those reported in #249.
Check which of our dependencies are compatible with Vue3, first.
We can then use the migration build to gradually upgrade the codebase.