scroll to top of the page when we use react router
onUpdate
<Router onUpdate={() => window.scrollTo(0,0)} history={hashHistory}> ... </Router>