I see that the Router has some properties: pathname, query, .... Is it possible to expose a method to get the current 'url' and 'as' ? That way you could for example save this in the state to navigate later to this location with Router.push(url,as); Or is there already a better way to achieve this functionality?