awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Bibliotheken für Formularvalidierung in React

Ranking aktualisiert am 30. Juni 2026

For Formular-Validierungsbibliothek für React, the strongest matches are react-hook-form/react-hook-form (React Hook Form is precisely what you're looking for), bluebill1049/react-hook-form (react-hook-form is a dedicated React form validation library built) and jaredpalmer/formik (Formik is a React form validation library that provides). final-form/react-final-form and rjsf-team/react-jsonschema-form round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Diese Open-Source-Bibliotheken bieten robuste Lösungen für Schema-Validierung und State-Management in React-Formularen.

Bibliotheken für Formularvalidierung in React

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • react-hook-form/react-hook-formAvatar von react-hook-form

    react-hook-form/react-hook-form

    44,760Auf GitHub ansehen↗

    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 precisely what you're looking for: it's a React form library built around hooks, offering declarative validation with schema integration (like Yup or Zod), custom rules, error handling, and efficient form state management through its subscription-based architecture, hitting every requested feature squarely.

    TypeScriptForm State ManagementSchema Validation ResolversType-Safe Schema Validations
    Auf GitHub ansehen↗44,760
  • bluebill1049/react-hook-formAvatar von bluebill1049

    bluebill1049/react-hook-form

    44,777Auf GitHub ansehen↗

    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 dedicated React form validation library built entirely on hooks, supporting schema-based validation via Zod, Yup, or custom rules, with built-in error handling and form state management — exactly the declarative, hook-driven approach this search is about.

    TypeScriptForm State ManagementReact Form Libraries
    Auf GitHub ansehen↗44,777
  • jaredpalmer/formikAvatar von jaredpalmer

    jaredpalmer/formik

    34,343Auf GitHub ansehen↗

    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 validation library that provides hooks, declarative validation rules (including schema-based with Yup), custom validation, error display, and full form state management, making it a comprehensive match for this search.

    TypeScriptReact Form LibrariesSchema-Based State Validation
    Auf GitHub ansehen↗34,343
  • final-form/react-final-formAvatar von final-form

    final-form/react-final-form

    7,440Auf GitHub ansehen↗

    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

    react-final-form is a declarative React form state and validation library that supports custom validators and dynamic fields, but it relies on render props and higher-order components rather than React hooks, and lacks built-in schema-based validation, so it fits the category but misses the hooks and schema features requested.

    JavaScriptForm State ManagementReact Form Libraries
    Auf GitHub ansehen↗7,440
  • rjsf-team/react-jsonschema-formAvatar von rjsf-team

    rjsf-team/react-jsonschema-form

    15,654Auf GitHub ansehen↗

    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

    A declarative JSON Schema-driven form builder with built-in validation and state management—natively React and schema-based, but it doesn't expose hooks for validation as a primary interface, so while it covers most of your required features, it's not the hook-centric library you might be envisioning.

    TypeScriptDeclarative Form SchemasReact Form Libraries
    Auf GitHub ansehen↗15,654
  • redux-form/redux-formAvatar von redux-form

    redux-form/redux-form

    12,490Auf GitHub ansehen↗

    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 React form validation library that manages form state via Redux, fitting the search for a form validation tool, though it relies on a global state container and higher-order components rather than a hooks-first design.

    JavaScriptForm State ManagementReact Form Libraries
    Auf GitHub ansehen↗12,490
  • foxhound87/mobx-react-formAvatar von foxhound87

    foxhound87/mobx-react-form

    1,095Auf GitHub ansehen↗

    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 is a React form validation library using MobX for reactive state management, so it fits the category but relies on MobX observables rather than React hooks, which may not align with the hooks-specific request.

    TypeScriptForm State Management
    Auf GitHub ansehen↗1,095

Related searches

  • a lightweight validation library for JavaScript
  • a data validation library for Go
  • Runtime-Typvalidierungsbibliothek für TypeScript
  • a data validation library for Rust
  • a library of UI components for React
  • a library for validating data in PHP
  • Bibliothek für benutzerdefinierte Formularfelder
  • Schema-Validierungsbibliothek für TypeScript