Prevent Clicking Again When Submitting Form in React
I have a form in my React app and i wanted to disable or not be able to click the Pay button once i have submitted it. The problem is, that it is not submitting through API but through a <form>.