Wrapping a react-router Link in an html button
While this will render in a web browser, beware that: ⚠️Nesting an html button in an html a (or vice-versa) is not valid html ⚠️. If you want to keep your html semantic to screen readers, use another approach. Do wrapping in the reverse way and you get the original button with the Link attached. … Read more