backbone.marionette.subrouter icon indicating copy to clipboard operation
backbone.marionette.subrouter copied to clipboard

A Backbone Marionette Subrouter

Results 3 backbone.marionette.subrouter issues
Sort by recently updated
recently updated
newest added

I have multiple modules in a project where every module has its own subrouter. I want to be able to load/unload modules with their subrouter. At the moment routes only...

The example only shows how to instantiate a subrouter. How multiple subrouters can be bundled together is unclear.

**Situation:** Loading the page from the `URL` triggers all my routes and subroutes but accessing that URL after pressing the back or forward button only triggers the last subroute. **Problem**...