Introducing the CollectionView
Get introduced to collections in Marionette and how they are created in applications.
We'll cover the following
Collections
More often than not, we’ll deal with several instances of a given model, such as a list of contacts. Backbone has built-in functionality for this purpose, named collections.
Collections have many interesting features we’ll look into later, but for now, we’ll focus on the functionality Marionette provides to display them.
Collections are very straightforward to define, for example:
Get hands-on with 1400+ tech skills courses.