6 Repos
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.
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.
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.
Derby ist ein isomorphes MVC-Framework und eine Echtzeit-Datensynchronisations-Engine, die für den Aufbau kollaborativer Anwendungen konzipiert ist. Es fungiert als bidirektionale Data-Binding-Bibliothek und Template-Engine, die eine einzige Codebasis zwischen Node.js und dem Browser teilt, um den Status über Clients und Server hinweg zu synchronisieren. Das Framework zeichnet sich durch den Einsatz von Operational Transformation aus, um Datenkonflikte automatisch aufzulösen, was Echtzeit-Shared-Editing und Multi-User-Kollaboration ermöglicht. Es verwendet ein differenzielles State-Mutation-Modell, um Updates durch Deep-Equality-Checks zu minimieren und sicherzustellen, dass nur geänderte Werte propagiert werden. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich reaktivem State-Management, isomorphem Routing und modularer UI-Komponentenentwicklung. Sie bietet Tools zur Verwaltung verschachtelter Datenpfade, zur Ausführung isomorpher Renderings für schnelle initiale Ladezeiten und zur Integration mit Server-Middleware. Das System ist in TypeScript implementiert.
Integrates standard expression syntax into templates to evaluate logic and resolve view paths during rendering.
Lit-element ist ein Framework für benutzerdefinierte Elemente und eine reaktive UI-Bibliothek, die eine Basisklasse für die Erstellung von Standard-HTML-Elementen bereitstellt. Es wurde entwickelt, um Webkomponenten zu erstellen, die ihren visuellen Zustand automatisch aktualisieren, wenn sich interne Eigenschaften oder Daten ändern. Das Projekt ermöglicht die Entwicklung gekapselter Komponenten unter Verwendung des Shadow Root, um Stile und Struktur zu isolieren. Es nutzt JavaScript-Template-Literale, um deklarative Templates ohne Kompilierungsschritt zu rendern. Die Bibliothek deckt das State-Management durch reaktive Eigenschaftsverfolgung und die Synchronisierung von JavaScript-Klasseneigenschaften mit HTML-Attributen ab. Sie umfasst zudem Funktionen für das Scoping von CSS-Selektoren und die Verwaltung asynchroner Rendering-Zyklen zur Handhabung von Interface-Updates.
Renders HTML content and expressions using tagged template literals without requiring a compilation step.
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.
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.