function onLinkClick(e) { e.preventDefault(); // further processing happens here } <a href="/my-invoice-link" onClick={onLinkClick} />