reform
                                
                                
                                
                                    reform copied to clipboard
                            
                            
                            
                        📋 Reasonably making forms sound good
I've just noticed that #218 introduced a line that sends a `SetFormState(Valid)` action immediately after sending the `Submit` action. Not sure what the purpose of the change is but it...
Nowadays the `ReForm.Helpers` module works only for web forms. As mentioned by @fakenickels [here](https://github.com/rescriptbr/reform/pull/231#discussion_r914787421) we could rename the module to `Web.Helpers` or `WebHelpers`
## TODO - Fix lint-staged settings/ - Fix husky settings
since [rescript v10](https://rescript-lang.org/blog/release-10-0-0) was released, reform needs to be updated to have the latest version of rescript
It's very old and it's going to make the lib easier to maintain
Hi, I am trying to add ReForrm to my project using ReScript 10. I think this is probably why I'm getting errors but still wanted to share that. I used...
Add missing formState update on FieldArrayAdd / FieldArrayRemove / FieldArrayRemoveBy / FieldArrayUpdateByIndex
I'm comparing the behavior I'm experiencing with ReForm to [this example from react-ux-form](https://swan-io.github.io/react-ux-form/). In the react-ux-form example notice that first name is required but simply clicking into the field and...