awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • polymer/lit-htmlPolymer 的头像

    Polymer/lit-html

    21,682在 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
    在 GitHub 上查看↗21,682
  • choojs/choochoojs 的头像

    choojs/choo

    6,767在 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
    在 GitHub 上查看↗6,767
  • derbyjs/derbyderbyjs 的头像

    derbyjs/derby

    4,706在 GitHub 上查看↗

    Derby 是一个同构 MVC 框架和实时数据同步引擎,专为构建协作应用程序而设计。它作为一个双向数据绑定库和模板引擎,在 Node.js 和浏览器之间共享同一代码库,以同步客户端和服务器之间的状态。 该框架的特色在于使用操作转换(operational transformation)自动解决数据冲突,从而实现实时共享编辑和多用户协作。它采用差异化状态突变模型,通过执行深度相等性检查来最小化更新,确保仅传播已更改的值。 该平台涵盖了广泛的功能,包括响应式状态管理、同构路由和模块化 UI 组件开发。它提供了用于管理嵌套数据路径、执行同构渲染以实现快速初始加载,以及与服务器中间件集成的工具。 该系统使用 TypeScript 实现。

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

    TypeScript
    在 GitHub 上查看↗4,706
  • lit/lit-elementlit 的头像

    lit/lit-element

    4,476在 GitHub 上查看↗

    Lit-element is a custom element framework and reactive UI library that provides a base class for creating standard HTML elements. It is designed to build web components that automatically update their visual state when internal properties or data change. The project enables the development of encapsulated components using the shadow root to isolate styles and structure. It utilizes JavaScript template literals to render declarative templates without requiring a compilation step. The library covers state management through reactive property tracking and the synchronization of JavaScript class

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

    TypeScript
    在 GitHub 上查看↗4,476
  • standardagents/arrow-jsstandardagents 的头像

    standardagents/arrow-js

    3,673在 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
    在 GitHub 上查看↗3,673
  • webreflection/hyperhtmlWebReflection 的头像

    WebReflection/hyperHTML

    3,191在 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
    在 GitHub 上查看↗3,191
  1. Home
  2. Development Tools & Productivity
  3. Template String Interpolation
  4. DOM Generation

探索子标签

  • Template Literal Renderers1 个子标签Libraries 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