How to start an interactive router without a link
I understand that the reactive router has a link and clicking on them reloads the whole page:
<Link to="/projects/123">
But in some cases I have raw HTML code like messages:
Hey dude, please complete <a href="https://example.com/projects/123">https://example.com/projects/123</a> and dont forget to close them
How do I provide the same functionality to tags a
?
+3
aitchnyu
source
to share
1 answer
You can use redirect
object method Transition
in handler onclick
for binding.
+2
edoloughlin
source
to share