In Backbone Router there is a chance to use before/after methods to define what's going to happen before/after the route get fired.
I'm using Marionette AppRouter and I discover I cannot do the same with it.
Do you know any way to reproduce the same behavior with AppRouter? I was thinking maybe there is a extension to do so.
Thanks in advance!