Reactrouter
Last updated
Was this helpful?
Last updated
Was this helpful?
Creating an <a href="#"> is no longer needed in react. Everything is handle as a router in react. In this docs, we will be learning how to implement links in react js. we will be using react router DOM from in your terminal
in index.js insert on top
wrap your app with <BrowserRouter>
in App.js insert import statements on top
add router wrapper on return
in Pages/Home.js inset import Link on top
add Link on your return statement