Answers for "how to scroll to top after reload in react"

3

make page refresh on top in react js

onUpdate={window.scrollTo(0, 0)}

componentDidMount() {
  window.scrollTo(0, 0)
}
Posted by: Guest on April-08-2020

Code answers related to "how to scroll to top after reload in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language