react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 295 forks source link

input每次输入导致整个form重绘 #464

Open calmchang opened 3 years ago

calmchang commented 3 years ago

如何优化input在输入值的时候会导致整个form重绘的问题? 表单数据量比较大,可能整个表单有500-1000个输入框同时存在