All Questions
Tagged with backbone.js design-patterns
1 question
1
vote
3
answers
921
views
Marionette.js Mediator ('global' commands vs app controller)
I am currently migrating a large backbone application over to Marionette and am curious as to the opinions on what is a better design for mediating activity between modules.
I have an Application ...