React router V4 link to external address -


i've tried few different recommendations, however, none seem work. i'm using react router v4 , create link navigates external website. currently, appends url.

what want happen www.mysite.com => click internal link , go => www.newsite.com

what happening www.mysite.com => click internal link , go new page appends => www.mysite.com/www.newsite.com

<link to="http://www.newsite.com">go new site</link>


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -