Is there a general event that fires every time we navigate to a different URL?
window.App = Models: {} Collections: {} Views: {} Routers: {} init:
@TTT: Unfortunately Backbone doesn't give us a before/after event, so you will need to overwrite or extend the Router.route. You can find the way to do that in this answer: https://stackoverflow.com/a/16298966/2330244