fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.36k stars 437 forks source link

How to change url when you scroll to the target #525

Open samydevv opened 2 years ago

samydevv commented 2 years ago

I'm using Next.js and i want to change the url when i scroll to the target..?

angelomsq commented 1 year ago

I'm using Next.js and i want to change the url when i scroll to the target..?

Hey @samydevv, I believe you can use hashSpy property from the Link component. <Link activeClass="active" to="test1" spy={true} hashSpy={true}>Test 1</Link>

I hope that I could help you! :)