react-f0rm 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -791,6 +791,14 @@ import {renderToString} from 'react-dom/server';
791
791
  const html = renderToString(<ProfileForm initialValues={{name: 'ada', city: 'london'}} />);
792
792
  ```
793
793
 
794
+ ## Migrating
795
+
796
+ Coming from another library? Step-by-step migration guides live in the docs site:
797
+
798
+ - [Migrating from Formik](docs-site/docs/migration/from-formik.md)
799
+ - [Migrating from React Hook Form](docs-site/docs/migration/from-react-hook-form.md)
800
+ - [Migrating from TanStack Form](docs-site/docs/migration/from-tanstack-form.md)
801
+
794
802
  ## Breaking changes in 0.2
795
803
 
796
804
  v0.2 structures the error model (`FieldError`), changes unregister/reset/native-validation semantics, and more — see the [v0.1 → v0.2 migration guide](docs-site/docs/migration/v0.1-to-v0.2.md).