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
General Performance Optimization Techniques in Vue
12 lessons • 1 hr4:29
8:28
8:05
10:27
4:22
4:03
4:53
3:10
11:19
NEXT CHAPTER
Optimizing for Component Updates in Vue4 lessons • 12 min
