awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • livewire/livewireAvatar livewire

    livewire/livewire

    23,448Vezi pe GitHub↗

    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
    Vezi pe GitHub↗23,448
  • inertiajs/inertiaAvatar inertiajs

    inertiajs/inertia

    7,708Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,708
  1. Home
  2. Web Development
  3. Full-Stack Form Managers