The Ultimate Guide to Vue Performance

Watch this course for FREE this weekend only.
Create an account to start watching.

or

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