reneviering / vanilla-ui-router

Simple vanilla JavaScript router
MIT License
48 stars 5 forks source link

New feature 'middleware' #9

Open reneviering opened 7 years ago

reneviering commented 7 years ago

There are situations where you need a global handling for some routes before the route-handlers are invoked.

We need a middleware to handle exactly this.