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

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

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

1 个仓库

Awesome GitHub RepositoriesVirtual Machine Rendering

Rendering systems that use a virtual machine to track dependencies and optimize DOM updates.

Distinct from DOM-Based Rendering: Distinct from general DOM-based rendering: specifically uses a VM to manage reactive updates rather than just leveraging the DOM for layout.

Explore 1 awesome GitHub repository matching user interface & experience · Virtual Machine Rendering. Refine with filters or upvote what's useful.

Awesome Virtual Machine Rendering GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • emberjs/ember.jsemberjs 的头像

    emberjs/ember.js

    22,566在 GitHub 上查看↗

    Ember.js is a structured JavaScript web framework designed for building scalable web applications. It utilizes a Model-View-Controller architectural pattern and incorporates a component-based UI library, a dependency injection framework, and a client-side routing engine. The framework distinguishes itself through a centralized registry for passing shared services across components and routes, alongside a routing system that maps URLs directly to templates and data models to manage navigation. Its broader capabilities include reactive state synchronization and computation memoization for UI p

    Uses a specialized VM to track data dependencies and update only the changed parts of the DOM for high performance.

    TypeScript
    在 GitHub 上查看↗22,566
  1. Home
  2. User Interface & Experience
  3. Text Rendering
  4. DOM-Based Rendering
  5. Virtual Machine Rendering