Answers for "when i scroll to the top to get new data the scroll stay in the top react what i can do"

6

scroll to top in react

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

Code answers related to "when i scroll to the top to get new data the scroll stay in the top react what i can do"

Code answers related to "Javascript"

Browse Popular Code Answers by Language