Skip to content

Better form library #74

@lstkz

Description

@lstkz

Currently, we keep the whole state in the store, and very often it causes performance issues.
We could implement something similar to Formik, where we keep the state locally, and when the form is submitted successfully, we dispatch an action with the form values.

If someone is interested in implementing it, we can discuss the API here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions