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
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…