The Ultimate Guide to Vue Performance
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Computed Props: The Wrong Way and the Right Way

In this video, learn about computed prop stability and when Vue triggers side-effects based on the return of a computed prop. Vue does some magic for you when return primitive values from the computed prop to prevent effects if the value stays the same but if you return an array or an object, you’ll need to do a little logic for yourself to optimize for every last ounce of performance.

Links