dojo/routerdojo/router is a package that provides the ability to map hash based structures to callbacks.Introductiondojo/router is designed to allow the mapping of the browser hash to a callback, so that when the hash is updated, it can be used to direct to a callback. It also allows for parameterization of the hash, so that parts of the hash string can be parsed out and used as variables within the callback.