Navigating to a different page with Button in React
Navigating between pages in React can seem tricky at first. I searched through lots of guides and examples, but they all talked about using the <a> tag to go to a new page.
<a href='/pagename'>navigation text</a>
You can add this with the help of th...
caroldsillva.hashnode.dev2 min read
The Murph
Software Engineer
What are the advantages over using an anchor tag?