In this post, we will see how to resolve Using both react-router-dom and react-scroll Question: I’m trying to make a simple navbar, where some of the links link to sections in the same component(page), using react scroll and then have ...

Question: I am wanting to fire an event when user is scrolling. I have used the above code to get the scroll event. But its not working. But the same code is working on another project whole code Answer: As ...