1 min readSep 9, 2017
What about the issue with all of your connect statements running with every change in the input? Since the form is connected to redux, changes would cause store updates. In a large application, if you have a lot of stuff being rendered along side your form, it can cause significant lag in my experience.