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

Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

I am in the following situation. I am using requireJs to loads module and I don't want to use g… Read more Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

Marionette.js With Rails (devise) Authentication

Curious as to how people usually handle this. My strategy is to have an authorized root route and … Read more Marionette.js With Rails (devise) Authentication

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

Event Handling In Nested Compositeview

I am using the same structure as explained in the answers for this question -- > How to handle n… Read more Event Handling In Nested Compositeview

Bubbling Events In Nested Backbone (marionette) Models / Collections

We have a large Marionette App, that uses Backbone.trackit to monitor unsaved changes in our Models… Read more Bubbling Events In Nested Backbone (marionette) Models / Collections

Marionette Js Access To App From Controller With Requirejs

I want to get access to my main app instance from main controller to render new View. What i want t… Read more Marionette Js Access To App From Controller With Requirejs