1.0.0 • Published 6 years ago

marionette.oldcollectionview v1.0.0

Weekly downloads
22
License
MIT
Repository
github
Last release
6 years ago

Marionette v3 CollectionView

This repo contains the CollectionView and CompositeView classes from Marionette v3. In future versions of Marionette these classes may be removed or replaced. This library attached OldCollectionView and OldCompositeView to Marionette as well as exporting them so that the following is true:

import Marionette from 'backbone.marionette';
import { OldCollectionView, OldCompositeView } from 'marionette.oldcollectionview';

Marionette.OldCollectionView === OldCollectionView; // true
Marionette.OldCompositeView === OldCompositeView; // true

Documentation

All of the documentation for Marionette.OldCollectionView can be found at

github.com/marionettejs/marionette.oldcollectionview/tree/master/docs

The documentation has not been modified from its original state in Marionette.

Chat with us

Find us on gitter

We're happy to discuss design patterns and learn how you're using Marionette.