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

The Ultimate Guide to Vue Performance

How v-memo Works and When to Use It 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 v-memo Works and When to Use It

In this lesson, learn how to use v-memo to conditionally prevent Vue from re-rendering elements on component update. v-memo is a lot like v-once but you can pass in dependencies in an array. When one of the dependencies changes, the element will be re-rendered otherwise it will not.

Links