exeform
  • Getting Started
  • Motivation
  • How It Works
  • Guides
    • Validation
    • Nested Structures
  • API
    • Form
    • Field
    • <Form />
    • useForm()
    • useField()
    • useCheckboxField()
    • useFieldValue()
    • useFormIsValid()
    • useFormContext()
Powered by GitBook
On this page

Was this helpful?

How It Works

PreviousMotivationNextValidation

Last updated 3 years ago

Was this helpful?

The library is built on subscriptions, like redux. When creating a form, an is created that contains the main logic for working with values, errors, and validations.

The form object is stored in the React context. Components to change the state of a specific part of the form, which allows you to get maximum performance.

object
subscribe