millermedeiros / crossroads.js

JavaScript Routes
http://millermedeiros.github.com/crossroads.js/
1.44k stars 156 forks source link

[ SUGGESTION ] .routed.addBefore() and .routed.addAfter() #161

Open nicxlau opened 3 years ago

nicxlau commented 3 years ago

I'm using the lib and an insight came up, is there any way to add events before and after a route is dispatched?

I didn't find in the examples how to do this, do you think it's a good idea to implement this feature?