I've tried a few different recommendations, however, none seem to work. I'm using react router V4 and I would like to create a link that navigates to an external website. Currently, everything I do just appends to my URL.
What I want to happen www.mysite.com => click internal link and go to => www.newsite.com
What is happening
www.mysite.com => click internal link and go to new page but it appends => www.mysite.com/www.newsite.com
<Link to="http://www.newsite.com">Go to new site</Link>
The solution to this was what @Giri suggested, a simple HTML link.
<a href="http://www.newsite.com">New site</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With