This is a question about: Improve the Performance of your React Forms
In the example, submitting the form successfully will still retain the current values of the fields.
I want the behavior such that"
What's do you think is the best and most performant (and readable) code to approach this in pure React? The approach which will reduce the amount of unnecessary rerenders of the fields?
Thank you!