With react-router I was able to do: `browserHistory.push({ pathname: "/", state: { message: 'This is a message forwarded in a state.' } })` Is it possible to do something like this using next/router or a way to redirect the user and also pass some value over to the new page?