awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Form management library

Ranking updated Aug 7, 2026

For form management utilities, the strongest matches are react-hook-form/react-hook-form (React Hook Form is a form management library providing), final-form/react-final-form (This library provides declarative form state management, validation orchestration) and bluebill1049/react-hook-form (This library is a popular and performant solution for). rjsf-team/react-jsonschema-form and erikras/redux-form round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked form management libraries for web apps, ranked by stars and activity. Compare the top alternatives and find the right fit.

Form management library

Find the best repos with AI.We'll search the best matching repositories with AI.
  • react-hook-form/react-hook-formreact-hook-form avatar

    react-hook-form/react-hook-form

    44,760View on GitHub↗

    React Hook Form is a state management library designed to handle form registration, validation, and submission lifecycle events. By decoupling form control logic from the standard component lifecycle, it enables the creation of performant forms that minimize unnecessary re-renders. The library integrates with external schema validation tools to enforce data integrity and provides a declarative framework for managing complex form structures. The project distinguishes itself through a subscription-based architecture that tracks property access to ensure components only update when the specific

    React Hook Form is a form management library providing performant state handling, schema validation integration, error management, and full TypeScript support for frontend applications.

    TypeScriptDynamic Field ArraysForm State ManagementSchema Validation Resolvers
    View on GitHub↗44,760
  • final-form/react-final-formfinal-form avatar

    final-form/react-final-form

    7,440View on GitHub↗

    react-final-form is a React form state management library that provides a framework for declarative form validation and the orchestration of dynamic input fields. It utilizes a subscription-based state manager to trigger interface updates only for the specific fields that change during user input, which optimizes rendering by limiting unnecessary component re-renders. The library functions as a dynamic input field orchestrator, allowing users to add, remove, or reorder lists of form fields. It manages complex form state through a system that supports conditional field rendering and real-time

    This library provides declarative form state management, validation orchestration, and dynamic field array support tailored for React applications.

    JavaScriptDynamic Field ArraysForm State ManagementDynamic Field Management
    View on GitHub↗7,440
  • bluebill1049/react-hook-formbluebill1049 avatar

    bluebill1049/react-hook-form

    44,777View on GitHub↗

    react-hook-form is a React form state management library and cross-platform UI hook used to manage form inputs, validation, and submission state. It functions as an uncontrolled form controller, leveraging uncontrolled components to minimize unnecessary re-renders in web and mobile environments. The library provides schema-based form validation, allowing user input to be verified against predefined rules or external schema libraries to ensure data integrity. It is designed to connect form logic to components across both React and React Native applications. The project covers the integration

    This library is a popular and performant solution for managing form state, schema validation, and submission in frontend applications with full TypeScript support.

    TypeScriptForm State Management
    View on GitHub↗44,777
  • rjsf-team/react-jsonschema-formrjsf-team avatar

    rjsf-team/react-jsonschema-form

    15,654View on GitHub↗

    This project is a declarative framework for building interactive web forms by parsing JSON Schema definitions. It functions as a component-based generator that automatically maps schema constraints to input fields and validation logic, ensuring that data collection remains consistent with defined structures. The library distinguishes itself through a registry-based architecture that allows for extensive customization of the user interface. Developers can override default widgets, field templates, and layout structures to accommodate unique data types or specific design requirements. It suppor

    This TypeScript-based library is a schema-driven form generator that provides robust form state management, validation, and customizable UI components based on JSON Schema definitions.

    TypeScriptDynamic Field ManagementForm HandlingForm State Management
    View on GitHub↗15,654
  • erikras/redux-formerikras avatar

    erikras/redux-form

    12,491View on GitHub↗

    Redux-form is a form state management library that synchronizes user input and form metadata with a global Redux store. It acts as a bridge between form input fields and the Redux ecosystem, ensuring predictable state transitions through a centralized state manager. The library utilizes Higher Order Components to connect React applications to the Redux store. This approach offloads state management from local components to a global store, facilitating the orchestration of complex forms with numerous fields. The system maintains consistency through a unidirectional data flow, integrating form

    Redux-form provides form state management and submission handling for React applications via Redux, though it is more tightly coupled to global state than modern schema-validation-first alternatives.

    JavaScriptForm State ManagementForm Submission ManagementForm State Management
    View on GitHub↗12,491
  • logaretm/vee-validatelogaretm avatar

    logaretm/vee-validate

    11,263View on GitHub↗

    Vee-validate is a form validation library and state management tool for Vue applications. It enables the validation of user inputs through declarative rules and tracks form metadata, including submission status and dirty states. The library functions as a wrapper for integrating external schema validation libraries to enforce consistent data shapes. It also serves as an internationalized framework for displaying translated error messages and localized feedback. The project covers broad capability areas including form state management, the handling of complex nested data structures, and the s

    Vee-validate is a dedicated form validation and state management library for Vue applications, providing robust schema validation, error handling, and submission tracking, though it is scoped specifically to the Vue ecosystem rather than general frontend frameworks.

    TypeScriptForm State ManagementForm Submission ManagementData Validation Schemas
    View on GitHub↗11,263
  • redux-form/redux-formredux-form avatar

    redux-form/redux-form

    12,490View on GitHub↗

    redux-form is a library for managing HTML form state and validation within a Redux store using React components. It functions as a state manager that synchronizes input values and interaction metadata to maintain a single source of truth in a global state container. The project provides mechanisms for orchestrating dynamic arrays of input fields that can be added, removed, or reordered in real time. It also includes a system for splitting complex data entry into a sequence of pages to create multi-step form wizards. Additional capabilities cover client-side data validation through synchronou

    Redux Form is a frontend form management library that handles state, validation, and submission via Redux, though its reliance on global state makes it less favored today compared to modern headless alternatives.

    JavaScriptDynamic Field ArraysForm State ManagementForm Submission Management
    View on GitHub↗12,490
  • alibaba/formilyalibaba avatar

    alibaba/formily

    12,558View on GitHub↗

    Formily is a schema-driven framework designed for building complex web forms by decoupling business logic and validation rules from the underlying user interface. It utilizes a declarative JSON schema to define form structures, allowing developers to manage data collection and field interactions independently of specific component libraries or frontend frameworks. The system is built upon a reactive observable state engine that synchronizes form data, validation status, and field interactions in real time. By employing a recursive tree traversal and a centralized event bus, the engine manages

    Formily is a comprehensive frontend form management library that provides schema-driven validation, reactive state handling, and robust TypeScript support for building complex web forms.

    TypeScriptForm State Management
    View on GitHub↗12,558
  • final-form/final-formfinal-form avatar

    final-form/final-form

    3,049View on GitHub↗

    Final Form is a framework-agnostic form state management library that tracks values, errors, and validation states for web applications. It operates as a reactive state engine, allowing individual form inputs to subscribe only to the specific state slices they require, such as values, touched status, or errors, in order to prevent unnecessary component re-renders across large forms. The library manages core form orchestration features including field registration, initialization, submission handling, typed data support, and integration with standard document elements or component-based rende

    Final Form is a framework-agnostic form state management library that handles form state, validation, and submission efficiently, though it requires view-layer bindings to connect with specific frontend frameworks.

    TypeScriptDynamic Field ArraysForm State Management
    View on GitHub↗3,049
  • react-component/field-formreact-component avatar

    react-component/field-form

    1,023View on GitHub↗

    Field-form is a library for managing complex form state, validation, and field synchronization within React component trees. It functions as a state management solution that uses a shared provider to distribute form data and validation messages across nested components. The library distinguishes itself through a dynamic field registry that supports the addition, removal, and reordering of form controls. It employs a field-level subscription model to ensure that individual components only re-render when their specific state slices change, and it provides an imperative interface for triggering

    Field-form provides React form state management with granular subscriptions and dynamic field handling, though you will need to wire up external schema validation since it focuses primarily on state and synchronization.

    TypeScriptDynamic Field ManagementForm State Management
    View on GitHub↗1,023
  • tanstack/formTanStack avatar

    TanStack/form

    6,584View on GitHub↗

    TanStack Form is a cross-framework form state management library that provides typed fields, validation, and submission across React, Vue, Angular, Solid, Lit, Svelte, and Preact. It uses a shared form model that adapts to different UI frameworks while preserving the same validation and submission logic, and offers headless form controls that impose no UI markup, letting developers bring their own inputs and design system. The library distinguishes itself through granular state subscription, where components subscribe to narrow slices of form or field state using reactive primitives, so only

    TanStack Form is a headless cross-framework form management library that provides type-safe state, validation, submission handling, and field arrays for modern frontend applications.

    TypeScriptForm State Management
    View on GitHub↗6,584
  • monterail/vuelidatemonterail avatar

    monterail/vuelidate

    6,889View on GitHub↗

    Vuelidate is a model-based validation engine and form validation library for Vue.js applications. It functions as a state validator that checks data models and input fields against defined rules to ensure data consistency and correctness. The library provides tools for form state management, allowing developers to track the modified status of fields and extract specific validation errors. It enables control over validation timing, such as deferring the evaluation of rules until a user interaction occurs. The system covers a broad range of client-side data validation capabilities, including r

    Vuelidate is a model-based form validation library for Vue.js that handles state validation and error tracking, though it is tied specifically to the Vue ecosystem rather than being a framework-agnostic utility.

    JavaScriptForm State ManagementValidation Error HandlersData Validation
    View on GitHub↗6,889
  • react-component/formreact-component avatar

    react-component/form

    1,810View on GitHub↗

    This library provides a framework for managing form state, validation, and submission logic within applications. It utilizes a centralized state container to track input values and field metadata, ensuring that user interface elements remain synchronized with data through declarative field bindings. The project is distinguished by its cross-platform abstraction layer, which decouples form logic from specific rendering environments. This allows developers to implement consistent validation rules and state management patterns that function identically across both web and mobile applications. T

    This library provides a robust framework for managing form state, validation, and submission logic with cross-platform support, though it lacks explicit native feature mentions for field array handling compared to a complete flagship tool.

    JavaScriptForm State ManagementForm Submission ManagementForm State Management
    View on GitHub↗1,810
  • unform/unformunform avatar

    unform/unform

    4,410View on GitHub↗

    Unform is a React form state manager designed to handle the state, validation, and submission of complex user input forms. It utilizes an uncontrolled form API that minimizes re-renders by using references instead of synchronized state to manage form data. The library features a nested data mapper that organizes fields into hierarchical objects and arrays using scoping and dot notation. It also includes a custom input adapter to connect third-party UI components and non-standard inputs to the centralized form state, and a validation engine that checks submitted data against defined schemas to

    Unform is a React form state manager that handles form state, schema validation, and submission using an uncontrolled approach with TypeScript support, though it lacks built-in field array support.

    TypeScriptForm State ManagementProgrammatic Form SubmissionsProgrammatic Form Submissions
    View on GitHub↗4,410
  • jaredpalmer/formikjaredpalmer avatar

    jaredpalmer/formik

    34,343View on GitHub↗

    Formik is a React form management library and state management tool. It serves as a client-side form validator for checking user entries against defined rules and managing associated error messages before submission. The library synchronizes user input values across multiple fields into a single object for retrieval and manipulates the transition of form data from initial entry through validation and final submission. It provides capabilities for tracking complex form state, managing form submissions, and validating user inputs to ensure data integrity.

    Formik is a popular React form management library that handles state, validation, and submission, though it relies on external tools like Yup for schema validation rather than including it natively.

    TypeScriptForm Submission ManagementForm State Management
    View on GitHub↗34,343
  • foxhound87/mobx-react-formfoxhound87 avatar

    foxhound87/mobx-react-form

    1,095View on GitHub↗

    This project is a reactive state management library designed for handling complex form data and validation logic. It utilizes observable-based patterns to synchronize user interface components with underlying data models, ensuring that form states remain consistent throughout an application. The library provides a structured approach to managing form initialization, field tracking, and lifecycle events. The library distinguishes itself through its support for deeply nested data structures and hierarchical composition, allowing for recursive validation and dynamic updates within complex object

    This project is a reactive state management library specifically designed for handling complex form data, validation, and field states in frontend applications.

    TypeScriptForm State ManagementValidation Error Handlers
    View on GitHub↗1,095
  • pjlamb12/ngx-reactive-forms-utilspjlamb12 avatar

    pjlamb12/ngx-reactive-forms-utils

    7View on GitHub↗

    Utilities to assist in the use of reactive Angular forms

    This repository provides utility functions tailored for Angular reactive forms, offering state and validation assistance though tied specifically to the Angular ecosystem rather than a framework-agnostic solution.

    TypeScriptForm Management
    View on GitHub↗7
  • ngx-formly/ngx-formlyngx-formly avatar

    ngx-formly/ngx-formly

    2,965View on GitHub↗

    📝 JSON powered / Dynamic forms for Angular

    This TypeScript library provides JSON-powered dynamic form generation for Angular, making it a good fit for frontend form management though it is specifically tailored to the Angular ecosystem rather than framework-agnostic.

    TypeScriptDynamic Form EnginesJSON Forms
    View on GitHub↗2,965
  • data-driven-forms/react-formsdata-driven-forms avatar

    data-driven-forms/react-forms

    323View on GitHub↗

    React library for rendering forms.

    This React form management library provides structured form rendering and state handling, making it a fitting tool for building frontend forms although it lacks explicit mention of all advanced features like field arrays.

    JavaScriptForm Management
    View on GitHub↗323
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
react-hook-form/react-hook-form44.8KTypeScriptMITJun 16, 2026
final-form/react-final-form7.4KJavaScriptMITMay 30, 2026
bluebill1049/react-hook-form44.8KTypeScriptMITJun 21, 2026
rjsf-team/react-jsonschema-form15.7KTypeScriptapache-2.0Feb 13, 2026
erikras/redux-form12.5KJavaScriptMITJun 13, 2024
logaretm/vee-validate11.3KTypeScriptMITMar 4, 2026
redux-form/redux-form12.5KJavaScriptMITJun 13, 2024
alibaba/formily12.6KTypeScriptMITJun 21, 2025
final-form/final-form3KTypeScriptNOASSERTIONMay 30, 2026
react-component/field-form1KTypeScriptMITJun 23, 2026

Related searches

  • Form action manager
  • a library for handling form data binding
  • a library for browser automation and scraping
  • DOM interaction library
  • a dynamic form builder for web applications
  • Authentication library
  • String manipulation library
  • System utilities