How to link one page to another page in react js?
There are two ways to link one page to another to React:
Using React Router: Use the feature from the react-router to link the first page to the second one.
<Link to ='/href' ></Link>
BY Best Interview Question ON 31 Mar 2020