i understand react-router has link , clicking them reloads entire page:
<link to="/projects/123">
but in cases have raw html such messages:
hey dude, please complete <a href="https://example.com/projects/123">https://example.com/projects/123</a> , dont forget close them
how give same functionality a tags?
you use redirect method of transition object in onclick handler anchor.
Comments
Post a Comment