I'm trying to do exactly this but with Reach Router instead of React Router:
Asked
Active
Viewed 2,401 times
2
-
Do the things with the simplest way as possible, Link component is just a `` tag (html link) with more stuffs. – Tolotra Raharison Nov 05 '19 at 12:00
1 Answers
4
As suggested by @Sagiv b.g on this answer here:
react-router meant to "route" in a Single Page Applications. when you want to route to an external page that's not routing on a single page.
You should use window.location
, or plain old HTML <a href="url" ...

sebamed
- 1,047
- 1
- 9
- 18