π₯ π Final Form 3.0 and π React Final Form 2.0 π₯
- Custom field-level isEqual predicate for pristine/dirty calculations
- Fine control over which other fields are validated when value changes
- Form API passed to onSubmit() for easier resets, etc.
github.com/final-form/react-β¦
switch from redux-form to (react-)final-form is as easy as:
-import { Field, reduxForm } from 'redux-form'
+import { Form, Field } from 'react-final-form'
+ at least in my use-case, reduce bundle on >100kb
thanks @erikras for the great work!