marionette.component icon indicating copy to clipboard operation
marionette.component copied to clipboard

Manage and create components for your Marionette.js application

Results 8 marionette.component issues
Sort by recently updated
recently updated
newest added

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...

minor

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...

Because why not.

minor

Something like `getViewClass` might work. This would be similar to how Marionette's `CollectionView` retrieves the `childView` class via `getChildView`.

minor

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,...