Answers for "how to scroll to top in react.js with href """

4

react on link click scroll to top

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language