react js single page website doesnt go to top of the page on load code example Example: how to make page scroll to the top jsx componentDidMount() { window.scrollTo(0, 0) }