In the below code if add Link tag from the react router dom, it routes the next page without validating the form. I'm using redux form and default required keyword in the tag to validate the form. After validation it should route the component to say "/" homepage.
<button type="submit" className="btn btn-primary">
<Link>Create Account</Link>
</button>