Routing in React

Ever wondered how can we go to a new page in react js. How do we implement routing in our application? What are the Routes? What is a Route? Do we use <a> tags as we do in html. What is NavLink? How to navigate? What are the benefits of using NavLink instead of the <a> tag? We are going […]