Navigate to route and scroll to id
Unanswered
Sweat bee posted this in #help-forum
Sweat beeOP
hey, I want to use next/link to navigate to another route and then scroll down to a specific id, ie
Is that possible? Can I handle that without converting my page to client side?
<Link href='/foo#bar'>Bar</Link>Is that possible? Can I handle that without converting my page to client side?