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

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

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

3 Repos

Awesome GitHub RepositoriesNested Form Validation

Validates a group of nested forms together so that validating the parent automatically validates all children.

Distinct from Forms and Validation: Distinct from Forms and Validation: focuses on hierarchical validation of nested forms rather than general form state or schema handling.

Explore 3 awesome GitHub repositories matching part of an awesome list · Nested Form Validation. Refine with filters or upvote what's useful.

Awesome Nested Form Validation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • phoenixframework/phoenix_live_viewAvatar von phoenixframework

    phoenixframework/phoenix_live_view

    6,722Auf GitHub ansehen↗

    Phoenix LiveView is an Elixir-based framework that renders HTML on the server and sends only the changed parts to the client over a persistent WebSocket connection. It operates on a process-per-connection model, where each user session runs in its own isolated Elixir process for fault tolerance and independent state management, and includes a LongPolling fallback transport for environments where WebSocket connections are unavailable. The framework provides server-side rendered diffs and WebSocket-based state synchronization to maintain a continuous bidirectional channel between server and cli

    Renders and manages form fields for associated data models such as embedded schemas or child records.

    Elixir
    Auf GitHub ansehen↗6,722
  • nuxt/uiAvatar von nuxt

    nuxt/ui

    6,675Auf GitHub ansehen↗

    Nuxt UI is a comprehensive Vue component library built for the Nuxt ecosystem, providing over 125 production-ready, WAI-ARIA compliant components for building modern web applications. The library offers a complete design system with Tailwind CSS theming, supporting dark mode, custom color palettes, semantic color aliases, and runtime theme switching through CSS design tokens. It includes built-in internationalization for over 50 languages, server-side rendering compatibility, and a Figma kit that mirrors the code components for design-to-development consistency. The library distinguishes itse

    Validates a group of nested forms together so that validating the parent automatically validates all children.

    Vuecomponentsnuxtnuxt-module
    Auf GitHub ansehen↗6,675
  • foxhound87/mobx-react-formAvatar von foxhound87

    foxhound87/mobx-react-form

    1,095Auf GitHub ansehen↗

    Dieses Projekt ist eine reaktive State-Management-Bibliothek für den Umgang mit komplexen Formulardaten und Validierungslogik. Sie nutzt beobachterbasierte Muster, um UI-Komponenten mit zugrunde liegenden Datenmodellen zu synchronisieren und sicherzustellen, dass Formularzustände während der gesamten Anwendung konsistent bleiben. Die Bibliothek bietet einen strukturierten Ansatz zur Verwaltung von Formularinitialisierung, Feldverfolgung und Lebenszyklusereignissen. Die Bibliothek zeichnet sich durch ihre Unterstützung für tief verschachtelte Datenstrukturen und hierarchische Komposition aus, was rekursive Validierung und dynamische Updates innerhalb komplexer Objektbäume ermöglicht. Sie verfügt über eine schema-gesteuerte Validierungs-Engine, die sowohl synchrone als auch asynchrone Regeln unterstützt, neben einer Middleware-artigen Abfangfunktion, die es ermöglicht, Daten während Feld-Updates zu überwachen oder zu transformieren. Entwickler können spezifische Felder dynamisch über pfadbasierte Adressierung aufrufen und manipulieren, was Flexibilität bei der Arbeit mit großen oder sich entwickelnden Formularmodellen bietet. Über das Kern-State-Management hinaus enthält die Bibliothek Dienstprogramme für Datentransformation, wie das Formatieren von Eingabewerten und das Berechnen von Feldwerten basierend auf anderen Formulardaten. Sie bietet Multi-Formular-Orchestrierungsfunktionen zur Koordination von Validierung und Übermittlung über mehrere Instanzen hinweg und bleibt von spezifischen Präsentationsschichten entkoppelt, um die Integration mit jeder UI-Komponentenbibliothek zu ermöglichen. Das Framework bietet zudem integrierte Tools zur Überwachung von Feld-Lebenszyklusereignissen und zum Debuggen interner Zustandsübergänge.

    Organizes deeply hierarchical or dynamic form inputs into structured models that support recursive validation and automated state updates.

    TypeScriptformmobxobservables
    Auf GitHub ansehen↗1,095
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Forms and Validation
  5. Nested Form Validation