1. 3
    Avoid Submitting a Form Twice with React Final Form 'submitting' property
    1m 26s

Avoid Submitting a Form Twice with React Final Form 'submitting' property

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Re-submitting the form before the previous submit action has finished can lead to all sorts of bugs.

In this lesson we are going to see how we can ensure that users won't be able to resubmit the form before the first submit action has resolved by using submitting property from React Final Form render prop.