react set scroll to 0 code example Example: how to make page scroll to the top jsx Click to copycomponentDidMount() { window.scrollTo(0, 0) }