awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesState and Element Patching

Combined updating of both HTML elements and frontend signal state from server responses.

Distinct from DOM-Driven State Management: Unique in that it patches both the view (DOM) and the state (signals) simultaneously from the backend.

Explore 1 awesome GitHub repository matching web development · State and Element Patching. Refine with filters or upvote what's useful.

Awesome State and Element Patching GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • starfederation/datastarAvatar de starfederation

    starfederation/datastar

    3,971Voir sur GitHub↗

    Datastar is a framework for hypermedia application development that enables the creation of reactive user interfaces using declarative HTML attributes. It focuses on server-driven state management, offloading application logic and state transitions to the backend to reduce frontend complexity. The project distinguishes itself through real-time UI streaming, using Server-Sent Events to push incremental DOM patches and state changes over a single long-lived connection. It synchronizes frontend and backend state by applying partial JSON updates to a client-side signal store and employs morphing-

    Modifies HTML elements and frontend state signals based on responses driven by the backend server.

    TypeScript
    Voir sur GitHub↗3,971
  1. Home
  2. Web Development
  3. State and Element Patching