DRYing up Routing with Events

Learn how to use the DRY principle for routing with the help of events in Marionette.

Right now, our app is manually changing the URL and calling a controller action if the URL contains no fragment. However, that isn’t very DRY.“Don’t ...