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

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

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