awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesDeclarative UI Interactivity

Defining interface behaviors directly within HTML markup.

Distinguishing note: Focuses on the declarative paradigm rather than specific DOM manipulation methods.

Explore 2 awesome GitHub repositories matching web development · Declarative UI Interactivity. Refine with filters or upvote what's useful.

Awesome Declarative UI Interactivity GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bigskysoftware/htmxAvatar de bigskysoftware

    bigskysoftware/htmx

    48,210Ver en GitHub↗

    HTMX is a hypermedia-driven frontend library that enables the creation of dynamic, asynchronous web applications by extending standard HTML attributes. It functions as a declarative engine that intercepts browser events to trigger network requests, allowing developers to update specific regions of the document with server-rendered HTML fragments. By shifting the logic of UI composition to the server, it minimizes the need for complex client-side state management and imperative JavaScript. The library distinguishes itself through a progressive enhancement workflow that ensures web interfaces r

    Defines complex user interface behaviors and network interactions directly within HTML markup.

    JavaScripthateoashtmlhtmx
    Ver en GitHub↗48,210
  • starfederation/datastarAvatar de starfederation

    starfederation/datastar

    3,971Ver en 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-

    Creates interactive user interfaces using declarative HTML attributes instead of imperative JavaScript.

    TypeScript
    Ver en GitHub↗3,971
  1. Home
  2. Web Development
  3. Declarative UI Interactivity