Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-fluent-form

ysfaran28MIT1.7.0TypeScript support: included

Describe your forms fluently

react, form, hook, validation, fluent

readme

react-fluent-form-logo

react-fluent-form

Current Release Build Status Coverage Status Licence Netlify Status

This library was heavily inspired by useFormState and Formik, which are great libraries on their own! react-fluent-form aimes to provide a different API and additional features.

For a quick introduction you can read this blog post!

Check out the official docs.

changelog

1.7.0 (2023-12-17)

Features

  • form: add support for Zod in the DefaultValidator (4414fc2)

1.6.0 (2021-11-07)

Features

  • typings: update yup types (7efb239)

Bug Fixes

  • config: fix vulnerabilities (4dbe084)

1.5.4 (2020-12-08)

Bug Fixes

  • config: add react and react-dom version ^17.0.1 to peerDependencies (e18cfec)

Documentation

  • add code of conduct (ae40123)
  • unify heading sizes in changelog (a3a7ae5)

1.5.3 (2020-05-15)

Documentation

  • readme: use pretty production url for docs (9ac3b48)

1.5.2 (2020-05-15)

Documentation

  • readme: use temporary docs url (b5ecf61)

1.5.1 (2020-04-24)

Documentation

  • readme: move docs to external site (b843b2d)

1.5.0 (2020-03-31)

Features

  • form: add possibility to trigger validation for one or all fields (d5aa498)

1.4.1 (2020-03-31)

Documentation

  • readme: add link to introductional blog post (abd79b9)
  • readme: improve readme (2977a02)
  • rename CONTRIBUTE.md to CONTRIBUTING.md (30e2ce4)

1.4.0 (2020-03-25)

Features

  • fields: add option to rename mapped raw properties (d8df8a7)

1.3.0 (2020-03-23)

Features

  • form-array: add possibility to set initial values and reset (7915941)

1.2.5 (2020-03-19)

Documentation

  • readme: add documentation for form arrays (56105c7)
  • readme: fix wrong example for radio field (63744d8)

1.2.4 (2020-03-17)

Bug Fixes

  • form-config: change context type from any to object (6cd7f87)

1.2.3 (2020-03-17)

Bug Fixes

  • config: remove vulnerabilities (1e49f3f)

1.2.2 (2020-03-16)

Bug Fixes

  • hooks: add form items after initial array (4c83a07)

1.2.1 (2020-03-13)

1.2.0 (2020-03-13)

Features

  • hooks: add support for form arrays (94bb300), closes #11

1.1.0 (2020-03-02)

Features

  • typings: adapt errors object to have all fields of values type (69ad577)

1.0.1 (2020-02-13)

Bug Fixes

  • remove all external dependencies (a179ac7)

1.0.0 (2020-02-12)

Features