The video for this lesson is currently being updated, please read the transcript instead.

Tracking iterated elements

In the last video, we created an array of items and rendered those using the v-for property.

In this video, we're going to bind a key property to the iterated element so that Vue can manage it more efficiently.

v-for and reactive arrays

When you use a v-for directive, Vue will iterate through the array and create a new DOM element for each member.

To view the complete lesson you'll need to login or join this course.


Click to load comments...