Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 797 Bytes

File metadata and controls

26 lines (19 loc) · 797 Bytes

Overview

Formik is an open-source form state management library for React. It takes care of the repetitive and annoying stuff—keeping track of values/errors/visited fields, orchestrating validation, and handling submission—so you don't have to.

Key Features

  • Form state management
  • Field tracking (values, errors, touched)
  • Validation handling
  • Form submission orchestration
  • Schema-based validation (Yup)
  • TypeScript support
  • Field-level validation
  • Custom component integration

Core Concepts

  • Form State: Values, errors, touched fields
  • Validation: Built-in or schema-based
  • Field Components: Easy field binding
  • Error Handling: Centralized error management
  • Submission: Handle form submission easily

Pricing

Free and open-source under the Apache 2.0 license.