react-component / form

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

Question: why not provide the setField method? #213

Open panjiefeng opened 6 years ago

panjiefeng commented 6 years ago

I view the source code of the form, there is a question that only setFields method in source code. the setFields method will loop all fields when one field changed, which maybe unreasonable.

panjiefeng commented 6 years ago

I think it shouldn't forceUpdate when one field change, the sub-component should update itself