awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

6 repositorios

Awesome GitHub RepositoriesDOM Generation

Transforming template strings directly into DOM elements.

Distinct from Template String Interpolation: Moves beyond simple string interpolation to the actual creation of DOM nodes from templates.

Explore 6 awesome GitHub repositories matching development tools & productivity · DOM Generation. Refine with filters or upvote what's useful.

Awesome DOM Generation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • polymer/lit-htmlAvatar de Polymer

    Polymer/lit-html

    21,682Ver en GitHub↗

    lit-html is a JavaScript HTML templating library and reactive UI template engine. It uses tagged template literals to render dynamic HTML templates, focusing on efficient partial updates to the DOM to minimize browser reflows. The library functions as a rendering tool for web components and supports server-side rendering to improve initial page load speeds and search engine optimization. Its capabilities cover the development of lightweight custom HTML elements and the management of dynamic HTML rendering. It includes support for high-performance list rendering and the handling of asynchrono

    Utilizes JavaScript tagged template literals to render and update DOM elements without a virtual DOM.

    TypeScript
    Ver en GitHub↗21,682
  • choojs/chooAvatar de choojs

    choojs/choo

    6,767Ver en GitHub↗

    Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an event-driven application core that decouples business logic from rendering and includes a client-side router to manage browser history and URL mapping without page reloads. The project distinguishes itself through an architecture that combines a server-side rendering engine for generating static HTML strings with a stateful UI component library. This allows for the creation of self-contained interface elements that maintain internal data and persist across global renders. The

    Transforms string literals into real DOM elements to construct views without a complex build step.

    JavaScriptchoodominterface
    Ver en GitHub↗6,767
  • derbyjs/derbyAvatar de derbyjs

    derbyjs/derby

    4,706Ver en GitHub↗

    Derby es un framework MVC isomórfico y motor de sincronización de datos en tiempo real diseñado para construir aplicaciones colaborativas. Funciona como una librería de enlace de datos bidireccional y motor de plantillas que comparte una única base de código entre Node.js y el navegador para sincronizar el estado entre clientes y servidores. El framework se distingue por el uso de transformación operacional para resolver conflictos de datos automáticamente, permitiendo la edición compartida en tiempo real y la colaboración multiusuario. Emplea un modelo de mutación de estado diferencial para minimizar las actualizaciones realizando comprobaciones de igualdad profunda, asegurando que solo se propaguen los valores modificados. La plataforma cubre una amplia gama de capacidades, incluyendo gestión de estado reactiva, enrutamiento isomórfico y desarrollo de componentes de UI modulares. Proporciona herramientas para gestionar rutas de datos anidadas, ejecutar renderizado isomórfico para cargas iniciales rápidas e integrar con middleware de servidor. El sistema está implementado utilizando TypeScript.

    Integrates standard expression syntax into templates to evaluate logic and resolve view paths during rendering.

    TypeScript
    Ver en GitHub↗4,706
  • lit/lit-elementAvatar de lit

    lit/lit-element

    4,476Ver en GitHub↗

    Lit-element es un framework de elementos personalizados y una librería de UI reactiva que proporciona una clase base para crear elementos HTML estándar. Está diseñado para construir componentes web que actualizan automáticamente su estado visual cuando cambian las propiedades internas o los datos. El proyecto permite el desarrollo de componentes encapsulados utilizando el shadow root para aislar estilos y estructuras. Utiliza plantillas literales de JavaScript para renderizar plantillas declarativas sin necesidad de un paso de compilación. La librería cubre la gestión del estado mediante el seguimiento de propiedades reactivas y la sincronización de propiedades de clase de JavaScript con atributos HTML. También incluye capacidades para el alcance de selectores CSS y la gestión de ciclos de renderizado asíncronos para manejar las actualizaciones de la interfaz.

    Renders HTML content and expressions using tagged template literals without requiring a compilation step.

    TypeScript
    Ver en GitHub↗4,476
  • standardagents/arrow-jsAvatar de standardagents

    standardagents/arrow-js

    3,673Ver en GitHub↗

    Arrow-js is a reactive UI framework and server-side rendering system designed for building agentic interfaces. It functions as a reactive state manager and isomorphic routing engine, enabling the creation of web applications that utilize tagged template literals for efficient DOM updates. The project distinguishes itself by incorporating a WebAssembly code sandbox, which allows untrusted or AI-generated code to execute within a secure virtual machine to render interfaces without accessing the host DOM. It further enables agentic UI development by allowing AI agents to dynamically generate vie

    Utilizes tagged template literals to generate DOM elements that surgically update when reactive dependencies change.

    TypeScriptdeclarativereactiverendering
    Ver en GitHub↗3,673
  • 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

    Implements a DOM template library using tagged template literals as a lightweight virtual-DOM alternative.

    HTMLalternativedomjs
    Ver en GitHub↗3,191
  1. Home
  2. Development Tools & Productivity
  3. Template String Interpolation
  4. DOM Generation

Explorar subetiquetas

  • Template Literal Renderers1 sub-etiquetaLibraries that use tagged template literals to render and update DOM elements without a virtual DOM. **Distinct from DOM Generation:** Focuses specifically on the use of tagged template literals for reactive rendering rather than just static DOM generation