Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a version of a webpage that uses the following style of scrollspy:

https://getbootstrap.com/docs/4.0/components/scrollspy/#item-1-1

"When successfully implemented, your nav or list group will update accordingly, moving the .active class from one item to the next based on their associated targets."

When the element with certain ID is on the screen it activates the Navlink and highlights it. I have translated it to a React App and have imported from 'react-router-hash-link'. Since I have done that, the scrollspy which highlights the nav link when the id (#) is on the screen no longer works. Is there a solution to using to simulate this scrollspy functionality with this component?

https://www.npmjs.com/package/react-router-hash-link


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...