icosahedron-router
v0.2.0
Published
Router implementation, extends 'ampersand-router', allows to map route handlers to the methods of another object (a la Marionette.Approuter) and provides 'beforeRoute' hook that could be used for implementing custom initialization logic or route filtering
Downloads
3
Maintainers
Readme
Icosahedron Router
Router implementation, extends 'ampersand-router', allows to map route handlers to the methods of another object (a la Marionette.Approuter) and provides 'beforeRoute' hook that could be used for implementing custom initialization logic or route filtering (a la Backbone.Routefilter).
Please use tests as a documentation.