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
·

2 Repos

Awesome GitHub RepositoriesForm Value Normalization

Transforming raw form input data into standardized formats before storing them in the state.

Distinct from Data Value Normalization: Focuses on the transformation of UI input values rather than database record normalization.

Explore 2 awesome GitHub repositories matching data & databases · Form Value Normalization. Refine with filters or upvote what's useful.

Awesome Form Value Normalization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Transforms raw input data into a specific format before saving the values to the state store.

    JavaScriptformform-validationforms
    Auf GitHub ansehen↗12,490
  • node-formidable/formidableAvatar von node-formidable

    node-formidable/formidable

    7,178Auf GitHub ansehen↗

    Formidable is a streaming multipart form parser and file upload handler for Node.js. It provides the utility to process incoming HTTP requests containing a mix of text fields and files, converting them into structured data. The project is designed as a multipart data streamer that can pipe incoming uploads directly to the local filesystem or cloud storage providers. It includes a cloud storage upload bridge to route streams to services such as AWS S3, Azure, or GCP without requiring intermediate local disk storage. The tool incorporates server-side file validation and security controls, incl

    Transforms raw form input values into standardized formats like booleans or arrays.

    JavaScriptaws-lambdaaws-s3azure
    Auf GitHub ansehen↗7,178
  1. Home
  2. Data & Databases
  3. Data Value Normalization
  4. Form Value Normalization