source code at: https://github.com/foxhound87/mobx-react-form-demo/blob/master/src/components/forms/FormRegisterMaterial.jsx
3 Matching Annotations
- Oct 2019
-
github.com github.com
- Sep 2019
-
github.com github.com
-
types.refinement might be what you're looking for, you could combine that with for example react-final-form. it is not depending on redux anymore. a form component of react-final-form wrapped by an @observer and using an action within onSubmit callback of it to actually persist the state has worked out well for me recently.
-