Listing our Contacts with a CollectionView

Learn how to display our contacts using CollectionView in Marionette and how they are converted into an HTML format.

So, how do we implement this in our app? Let’s display a collection of contacts as an unordered list, i.e., within a ul element.

Transforming JavaScript data into HTML

This is how our JavaScript data will be transformed into HTML via a CollectionView:

Get hands-on with 1200+ tech skills courses.