DRYing up Routing with Events
Learn how to use the DRY principle for routing with the help of events in Marionette.
We'll cover the following...
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