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 RepositoriesFull-Stack Form Managers

Tools for consolidating validation, binding, and submission logic into reusable form components.

Distinct from Form Submission Management: Focuses on the form management lifecycle, distinct from general full-stack frameworks.

Explore 2 awesome GitHub repositories matching web development · Full-Stack Form Managers. Refine with filters or upvote what's useful.

Awesome Full-Stack Form Managers GitHub Repositories

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

    livewire/livewire

    23,448Auf GitHub ansehen↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Consolidates validation, data binding, and submission logic into reusable components to maintain consistent behavior across complex web forms.

    PHP
    Auf GitHub ansehen↗23,448
  • inertiajs/inertiaAvatar von inertiajs

    inertiajs/inertia

    7,708Auf GitHub ansehen↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    Handling form submissions, file uploads, and server-side validation without full page reloads or manual API integration.

    TypeScript
    Auf GitHub ansehen↗7,708
  1. Home
  2. Web Development
  3. Full-Stack Form Managers