Answers for "click to any link of a page and page scroll to top in react"

4

react on link click scroll to top

useEffect(() => {
  window.scrollTo(0, 0)
}, [])
Posted by: Guest on August-28-2020

Code answers related to "click to any link of a page and page scroll to top in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language