awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Form data binding

Clasificación actualizada el 5 jul 2026

For a library for handling form data binding, the strongest matches are bluebill1049/react-hook-form (React Hook Form is a declarative React library that), unform/unform (Unform is a React form state manager that uses) and logaretm/vee-validate (Vee-validate is a form validation and state management library). jaredpalmer/formik and foxhound87/mobx-react-form round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Find the best form data binding libraries for your project. Compare top-rated open-source tools by activity and features to pick the right one.

Form data binding

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bluebill1049/react-hook-formAvatar de bluebill1049

    bluebill1049/react-hook-form

    44,777Ver en 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

    React Hook Form is a declarative React library that binds form inputs to state via hooks, with built-in validation, nested and array field support, uncontrolled mode, and error display — exactly the kind of form binding tool you are looking for.

    TypeScriptUncontrolled Input RegistrationsRef-Based State Tracking
    Ver en GitHub↗44,777
  • unform/unformAvatar de unform

    unform/unform

    4,410Ver en 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 uses an uncontrolled API for performance, provides nested data mapping with dot notation for complex structures, includes a validation engine, and supports third-party component integration — exactly the form data binding library you're looking for.

    TypeScriptNested Form Data StructuresUncontrolled Input Registrations
    Ver en GitHub↗4,410
  • logaretm/vee-validateAvatar de logaretm

    logaretm/vee-validate

    11,263Ver en 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 form validation and state management library for Vue that provides declarative rules, nested and array field support, error display, and state tracking — covering the core data binding and validation needs you're looking for.

    TypeScriptForm ValidationForm ValidationForm Validation Libraries
    Ver en GitHub↗11,263
  • jaredpalmer/formikAvatar de jaredpalmer

    jaredpalmer/formik

    34,343Ver en 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 React form management library that synchronizes user input to a single state object, provides declarative field binding, validation, error handling, and supports nested data and arrays via Field, FieldArray, and hooks—exactly the kind of form data binding library you are looking for.

    TypeScriptForm Validation
    Ver en GitHub↗34,343
  • foxhound87/mobx-react-formAvatar de foxhound87

    foxhound87/mobx-react-form

    1,095Ver en 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

    foxhound87/mobx-react-form is a dedicated reactive form binding library for React with MobX, providing declarative bindings, built-in validation with nested and array support, and seamless state management integration—making it an ideal fit for your search.

    TypeScriptForm Validation Libraries
    Ver en GitHub↗1,095
  • angular/angularAvatar de angular

    angular/angular

    100,360Ver en GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering

    Angular provides a full-featured form management system (Reactive and Template-driven forms) that supports declarative binding, validation, nested objects, arrays, and integration with state management (signals, services), making it a comprehensive solution for form data binding in web applications.

    TypeScriptAttributeForm Foundation PrimitivesSignal Based Inputs
    Ver en GitHub↗100,360
  • ngx-formly/ngx-formlyAvatar de ngx-formly

    ngx-formly/ngx-formly

    2,965Ver en GitHub↗

    📝 JSON powered / Dynamic forms for Angular

    ngx-formly is a JSON-powered dynamic form engine for Angular that declaratively binds form fields to a data model, with built-in validation, nested object and array/collection handling, and tight integration with Angular's state management via reactive forms—directly matching the requested library for simplifying form-to-model binding.

    TypeScriptDynamic Form EnginesJSON Forms
    Ver en GitHub↗2,965
  • ractivejs/ractiveAvatar de ractivejs

    ractivejs/ractive

    5,920Ver en GitHub↗

    Ractive is an open-source JavaScript framework for building reactive user interfaces where the DOM automatically updates when underlying data changes. It is fundamentally a declarative data binding library that synchronizes data between the model and the view, enabling two-way binding without manual DOM manipulation, and operates as a template-based component system for composing markup, styles, and logic into reusable UI components. The framework distinguishes itself through a plugin-extensible architecture that allows custom components, adaptors, and extensions to be registered without modi

    Ractive is a declarative data binding library that synchronizes data between the model and the view, making it suitable for binding form inputs to state, though it lacks built-in form validation and error handling features.

    JavaScriptDeclarative Data Binding Systems
    Ver en GitHub↗5,920
  • alpinejs/alpineAvatar de alpinejs

    alpinejs/alpine

    31,675Ver en GitHub↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    Alpine.js is a lightweight reactive UI framework that uses declarative attributes for form input binding (x-model) and state management, making it a genuine form data binding library even if it lacks built-in validation or uncontrolled mode support.

    HTMLDynamic List Rendering
    Ver en GitHub↗31,675
  • powmedia/backbone-formsAvatar de powmedia

    powmedia/backbone-forms

    2,151Ver en GitHub↗

    Backbone Forms is a schema-driven library designed to automate the generation and validation of HTML forms within the BackboneJS ecosystem. It functions as a framework for building data entry interfaces that bind directly to application models, ensuring data integrity through a combination of schema-level rules and model-level constraints. The library distinguishes itself through a modular architecture that supports the creation of custom input editors and the use of pluggable HTML templates. This allows for the management of complex, hierarchical data structures, including nested objects and

    Backbone-forms is a form framework for BackboneJS that provides declarative binding, validation, nested forms, and editable lists — fitting the search for a frontend form-binding library, though it is specific to Backbone models.

    JavaScriptNested Form Data StructuresRecursive Form NestingForm Validation Libraries
    Ver en GitHub↗2,151
  • tanstack/formAvatar de TanStack

    TanStack/form

    6,584Ver en 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 cross-framework form state management library with typed fields, validation, and granular state subscription, fitting the search for a form data binding library by providing declarative binding, validation, and seamless state management integration across multiple UI frameworks.

    TypeScriptCross-Framework Form LibrariesAsync Form ValidatorsAsync Form Validators
    Ver en GitHub↗6,584
  • reagent-project/reagent-formsAvatar de reagent-project

    reagent-project/reagent-forms

    341Ver en GitHub↗

    A ClojureScript library to provide form data bindings for Reagent, see here for a live demo.

    reagent-forms is a ClojureScript library that provides form data bindings for the Reagent React wrapper, so it is exactly the kind of tool requested—a form data binding library—but it is specific to ClojureScript/Reagent and its description does not confirm the full set of features like validation or nested data support.

    HTMLMore to explore
    Ver en GitHub↗341
  • formly-js/vue-formlyAvatar de formly-js

    formly-js/vue-formly

    235Ver en GitHub↗

    JavaScript powered forms for Vue.js

    Vue Formly is a Vue.js library that uses JSON schemas to declaratively bind form inputs to data models with built-in validation and nested data support, making it a solid fit for simplifying form-data binding in Vue applications.

    JavaScriptUIUI Components
    Ver en GitHub↗235
  • dynamic-forms/dynamic-formsAvatar de dynamic-forms

    dynamic-forms/dynamic-forms

    24Ver en GitHub↗

    Angular project for dynamic forms based on JSON

    This Angular library generates forms from JSON configuration to automatically bind inputs to a data model, making it a declarative form data binding tool, though its feature set (validation, nested data) depends on the JSON schema used.

    TypeScriptDynamic Form EnginesJSON Forms
    Ver en GitHub↗24
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
bluebill1049/react-hook-form44.8KTypeScriptMIT21 jun 2026
unform/unform4.4KTypeScriptMIT3 abr 2023
logaretm/vee-validate11.3KTypeScriptMIT4 mar 2026
jaredpalmer/formik34.3KTypeScriptApache-2.010 nov 2025
foxhound87/mobx-react-form1.1KTypeScriptMIT7 jun 2026
angular/angular100.4KTypeScriptMIT15 jun 2026
ngx-formly/ngx-formly3KTypeScriptMIT15 jun 2026
ractivejs/ractive5.9KJavaScriptMIT22 may 2024
alpinejs/alpine31.7KHTMLMIT14 jun 2026
powmedia/backbone-forms2.2KJavaScriptMIT7 sept 2022

Related searches

  • a dynamic form builder for web applications
  • una librería para enlace de datos reactivo
  • Property binding framework
  • Reactive binding engines
  • librería de validación de formularios para React
  • Text search engine
  • librería para crear campos de formulario personalizados
  • a schema validation library for data parsing