formula-one icon indicating copy to clipboard operation
formula-one copied to clipboard

Strongly-typed React form state management

Results 47 formula-one issues
Sort by recently updated
recently updated
newest added

Oftentimes, it is valuable to do validations and transformations in the same place. Example: ``` type DraftPortPair = {| origin: null | Port, destination: null | Port, |}; type PortPair...

enhancement

Currently, external errors are cleared whenever a change is made. This might not always be desirable (you may, for example, want to clear external errors on submit if they originate...

enhancement

# Summary From using Formula-one, I made two observations: 1) ObjectField feels unnecessary when you using them solely for the purpose of reaching into an object. It has useful props...

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.7 to 7.19.3. Release notes Sourced from @​babel/core's releases. v7.19.3 (2022-09-27) :bug: Bug Fix babel-plugin-proposal-decorators #8566 Correctly update bindings of decorated class declarations (@​nicolo-ribaudo) babel-parser #14974 fix:...

dependencies

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.16.7 to 7.19.3. Release notes Sourced from @​babel/cli's releases. v7.19.3 (2022-09-27) :bug: Bug Fix babel-plugin-proposal-decorators #8566 Correctly update bindings of decorated class declarations (@​nicolo-ribaudo) babel-parser #14974 fix:...

dependencies