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.