Answers for "how to link to certain section of a website in react"

0

how to link to certain section of a website in react

<div onClick={() => window.location.replace("/#about")}>
<span>go to about</span>
</div>
Posted by: Guest on March-20-2022

Code answers related to "how to link to certain section of a website in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language