🚧 PLEASE NOTE: An updated version of this course is available! see the Vue.js 3 Fundamentals with the Options API course. This course is outdated!
List Rendering
In almost all applications there is a need to loop or filter through a list of items and render them on the site. In this lesson, we're taking a closer look at Vue's v-for directive, which lets us filter through arrays and objects in an elegant matter.
- Chapter 1
