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

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