Skip to content Skip to sidebar Skip to footer
Showing posts with the label Marionette

Routes And Controllers In Marionette.js

Im new the Marionette.js. Im currently implementing routes and controllers. In my App.js, I have: … Read more Routes And Controllers In Marionette.js

Events Between Marionette.compositeview And Marionette.itemview

I have two modules itemView.js and ListView.js. Everything works when I fetch the data. The pro… Read more Events Between Marionette.compositeview And Marionette.itemview

Integrating Icanhaz And Marionette

I'm a big fan of ICanHaz, and I'm trying to directly intregrate it into a new Marionette ap… Read more Integrating Icanhaz And Marionette

Backbone.marionette Nested Itemview Either Not Rendering Or Rendering "blank" View/template

On navigating to a specific URL, a controller method is fired, which loads an ItemView into one of … Read more Backbone.marionette Nested Itemview Either Not Rendering Or Rendering "blank" View/template

Marionette.js Collectionview, Only Render Specific Models

I am refactoring my Backbone.js application to use Marionette.js, and I am trying to wrap my head a… Read more Marionette.js Collectionview, Only Render Specific Models

Backbone Marionette Composite View Rendering

Problem in short: Initializing a composite view in marionette with a collection of size ~500 stalls… Read more Backbone Marionette Composite View Rendering

Marionette.js CollectionView, Only Render Specific Models

I am refactoring my Backbone.js application to use Marionette.js, and I am trying to wrap my head a… Read more Marionette.js CollectionView, Only Render Specific Models