Instatiates a new Router
- Add
opts.onRouteStartandopts.onRouteCompleteto do things like performance benchmarking - Deprecate the
hashbanguse cases - we dont need this and it adds complexity - Deprecate the
basepathoption and just assume the basepath is/ - Add no-op functionality to
next()calls that happen async afterRouter.gois called again
Causes a real page navigation by using window.location