awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to andy9775/react-declare-form

Open-source alternatives to React Declare Form

30 open-source projects similar to andy9775/react-declare-form, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best React Declare Form alternative.

  • aldeed/meteor-autoformaldeed avatar

    aldeed/meteor-autoform

    1,430View on GitHub↗

    AutoForm

    JavaScript
    View on GitHub↗1,430
  • aldeed/meteor-template-extensionaldeed avatar

    aldeed/meteor-template-extension

    219View on GitHub↗

    template-extension

    JavaScript
    View on GitHub↗219
  • alex-cory/use-email-autocompleteA

    alex-cory/use-email-autocomplete

    0View on GitHub↗
    View on GitHub↗0
  • 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

    TypeScriptant-designdesignableform
    View on GitHub↗12,558
  • alziqziq/vue-paginate-alalziqziq avatar

    alziqziq/vue-paginate-al

    48View on GitHub↗

    Vue paginate with return your data

    Vuepaginatepaginationvue
    View on GitHub↗48

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • asika32764/vue-paginationasika32764 avatar

    asika32764/vue-pagination

    7View on GitHub↗

    Headless and non-style pagination for Vue 3. - https://about.asika.tw/vue-pagination/

    Vuepaginationpagination-componentspagination-library
    View on GitHub↗7
  • bioroxx/ngx-better-formsBioroxx avatar

    Bioroxx/ngx-better-forms

    3View on GitHub↗

    Better, cleaner, and more maintainable reactive form utilities for Angular.

    TypeScript
    View on GitHub↗3
  • biyonik/zignalbiyonik avatar

    biyonik/zignal

    2View on GitHub↗

    Signal-first, schema-driven form library for Angular 17+

    TypeScript
    View on GitHub↗2
  • 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

    TypeScript
    View on GitHub↗44,777
  • botre/vue-autofocus-directiveBotre avatar

    Botre/vue-autofocus-directive

    33View on GitHub↗

    Vue autofocus directive

    JavaScript
    View on GitHub↗33
  • bulbul5391/ngx-form-rulesbulbul5391 avatar

    bulbul5391/ngx-form-rules

    1View on GitHub↗

    Powerful rules engine for Angular Reactive Forms. Dynamically enable, disable, and control form fields using declarative rules without manual subscriptions.

    TypeScript
    View on GitHub↗1
  • byteboomers/vue-autofocus-directivebyteboomers avatar

    byteboomers/vue-autofocus-directive

    33View on GitHub↗

    Vue autofocus directive

    JavaScriptautofocusvuevue-autofocus-directive
    View on GitHub↗33
  • byteboomers/vue-lpagebyteboomers avatar

    byteboomers/vue-lpage

    5View on GitHub↗

    Low-level Vue pagination component

    HTMLpaginationvuevue-lpage
    View on GitHub↗5
  • chocosd/angular-template-signal-formschocosd avatar

    chocosd/angular-template-signal-forms

    4View on GitHub↗

    A template first signal forms approach built from the ground up

    TypeScript
    View on GitHub↗4
  • christiancruzarango/cc-form-engineChristianCruzArango avatar

    ChristianCruzArango/cc-form-engine

    0View on GitHub↗

    Advanced Angular library for reactive form generation and management with dynamic validation, change tracking, and customizable error messages

    TypeScript
    View on GitHub↗0
  • ckedwards/react-form-statefulC

    ckedwards/react-form-stateful

    0View on GitHub↗
    View on GitHub↗0
  • cloudnc/ngx-sub-formcloudnc avatar

    cloudnc/ngx-sub-form

    317View on GitHub↗

    Utility library for breaking down an Angular form into multiple components

    TypeScript
    View on GitHub↗317
  • coderdiaz/vue-tiny-paginationcoderdiaz avatar

    coderdiaz/vue-tiny-pagination

    19View on GitHub↗

    A Vue component for create a tiny pagination with Flexbox

    JavaScriptes6paginatepagination
    View on GitHub↗19
  • cynthion/ngx-formidableCynthion avatar

    Cynthion/ngx-formidable

    2View on GitHub↗

    A powerful Angular component library for building rich, validated forms.

    TypeScript
    View on GitHub↗2
  • d-asensio/use-controlled-input-numberd-asensio avatar

    d-asensio/use-controlled-input-number

    3View on GitHub↗

    React hook to turn numeric input behavior into pretty much what you expect

    JavaScript
    View on GitHub↗3
  • data-driven-forms/react-formsdata-driven-forms avatar

    data-driven-forms/react-forms

    323View on GitHub↗

    React library for rendering forms.

    JavaScript
    View on GitHub↗323
  • dimailn/vrfdimailn avatar

    dimailn/vrf

    10View on GitHub↗

    Declarative scalable ui-agnostic markup-based Vue forms

    JavaScript
    View on GitHub↗10
  • ealush/vestealush avatar

    ealush/vest

    2,662View on GitHub↗

    Vest ✅ Declarative validations framework

    TypeScriptformform-validationforms
    View on GitHub↗2,662
  • 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

    JavaScript
    View on GitHub↗7,440
  • flo0806/vormFlo0806 avatar

    Flo0806/vorm

    21View on GitHub↗

    The intuitive form engine for Vue 3 — dynamic, schema-driven, fully validated.

    TypeScript
    View on GitHub↗21
  • formkit/formkitformkit avatar

    formkit/formkit

    4,724View on GitHub↗

    The form framework for coding agents

    TypeScriptagentic-workflowagentsform-generation
    View on GitHub↗4,724
  • formsy/formsy-reactformsy avatar

    formsy/formsy-react

    762View on GitHub↗

    A form input builder and validator for React JS

    TypeScript
    View on GitHub↗762
  • gabriel-hawerroth/ngx-currency-v2gabriel-hawerroth avatar

    gabriel-hawerroth/ngx-currency-v2

    0View on GitHub↗

    Currency mask module for Angular 📦

    TypeScript
    View on GitHub↗0
  • gediez/react-use-formlessG

    GeDiez/react-use-formless

    0View on GitHub↗
    View on GitHub↗0
  • 0529bill/react-client-validation0529bill avatar

    0529bill/react-client-validation

    4View on GitHub↗

    `js npm i react-client-validation `

    TypeScript
    View on GitHub↗4