marionette.component
marionette.component copied to clipboard
Manage and create components for your Marionette.js application
Es6
Node and bower modules update. Go ES6.
Hi, This is part of the change I think could be useful. The other part is to be able to set the data after initialization, but not found, yet, a...
I'm trying to fetch a collection before rendering my component, and would like to initially render a loading view within the component's region until the fetch is complete, and then...
Something like `getViewClass` might work. This would be similar to how Marionette's `CollectionView` retrieves the `childView` class via `getChildView`.
Hi, nice stuff, needs improvement but I like the way you did it. One limitation I've found is this: ``` return new ViewClass({ model: this.model, collection: this.collection }); ``` So,...