How to scroll to a specific targeted component when clicking on Navbar Link
问题 i have multiple components one of them is navbar component in this navbar i have multiple Link that should scroll to each section or component, in plain HTML we use href and anchor tag. but here i found a react library called react-scroll but the issue is i dont know how to link each component in defferent folders from the Link in Navbar component. any help would really be appreciated. import React, { Component } from "react"; import { Link, animateScroll as scroll } from "react-scroll";