How to use a Button component as a link in React
To correctly use a Button component as a link in React, we need to override the underlying button HTML tag of the component and turn it into an anchor tag, while still keeping the component styles and behaviour intact.
Let's explore in more detail.
B...
whereisthemouse.hashnode.dev3 min read