Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

The Ultimate Guide to Vue Performance

How is Reactivity Depth Related to Performance thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

How is Reactivity Depth Related to Performance

In this lesson, learn the difference between ref and shallowRef and get a demonstration on the performance difference shallowRef can provide.

Vue refs are deeply reactive which makes for intuitive data updates but this sometimes causes unnecessary overhead since Vue has to watch all the deeply nested values for changes.

Links