react-scroll | How to scroll to a specific targeted component when clicking on Navbar Link
I am making a single scroller page using React and want to navigate to a specific section of the page. In HTML we use an href and anchor tag to achieve this interaction.