Do you need React version of AutoField?

At first, I thought I need a react version of autoform. After some time of app-building, I found that what I want is indeed a react version of autofield (component).
Autoform offers a complete form with field validation, but on the other hand, you can hardly insert your other input field, which logically belong to the form, but does not codely belong to the form. For example, a async avatar image input.
So I think there should be a field level react component which is dedicated in field validation and error display. I don’t know if there is already one (at least I didn’t find it by now). If not, I will try to do something. Do you have any suggestion?