Description
I'm struggling with forms in react, redux-form library is the only library that can arrive to do what reactive forms in angular4 can do, but have a lot of bugs , and have no all what angular4 reactive form has:
https://angular.io/guide/reactive-forms
import { ReactiveFormsModule } from '@angular/forms'
I can control field state in nice way,
group fields validations, asyn validations, and validator librarary included.
is there any library can I can do in react ecosystem? or it's better do build a own library, how i did with templates, css ( another libraries have a lot of bugs too or they are in beta mode new versions, example: material-ui, or not compatible with react 16 , and it's frustating devine the future when they solve the important bugs)