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
·

1 repositorio

Awesome GitHub RepositoriesDOM Node Observation

Tracking systems that trigger listeners when DOM nodes enter or leave the document.

Distinguishing note: Candidates cover manipulation or capture, not the observation of nodes entering/leaving the document.

Explore 1 awesome GitHub repository matching web development · DOM Node Observation. Refine with filters or upvote what's useful.

Awesome DOM Node Observation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • webreflection/hyperhtmlAvatar de WebReflection

    WebReflection/hyperHTML

    3,191Ver en GitHub↗

    hyperHTML is a DOM template library and data-binding engine that uses tagged template literals to render and update elements. It functions as a web component framework and a virtual DOM alternative, linking JavaScript data directly to specific HTML elements to enable automatic page updates. The project avoids the overhead of a virtual DOM by using a reconciliation process that updates only the changed parts of the real DOM. It includes a build-time HTML template minifier to compress content within template literals and reduce client-side data transfer. The library covers a broad range of cap

    Triggers associated listeners automatically when DOM nodes are added to or removed from the document.

    HTMLalternativedomjs
    Ver en GitHub↗3,191
  1. Home
  2. Web Development
  3. DOM Node Observation