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

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

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

1 个仓库

Awesome GitHub RepositoriesElement Descriptors

Lightweight objects that describe the type and properties of UI nodes before they are rendered to the screen.

Distinct from Virtual Node Trees: Focuses on the individual descriptor objects created during the transformation process, whereas Virtual Node Trees covers the entire hierarchy.

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

Awesome Element Descriptors GitHub Repositories

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

    pomber/didact

    6,752在 GitHub 上查看↗

    Didact is a virtual DOM UI framework and functional component library. It utilizes a concurrent rendering engine and a fiber-based reconciliation library to synchronize a visual interface with data changes. The framework implements a concurrent rendering engine that breaks rendering work into resumable chunks. This prevents long-running tasks from blocking the main browser thread by dividing interface updates into small units of work. The system covers virtual DOM implementation and fiber architecture, using a linked-list fiber tree to track element relationships. It manages function compone

    Implements the transformation of types and properties into descriptor objects to build the virtual tree.

    JavaScriptdiy-guidejavascriptjsx
    在 GitHub 上查看↗6,752
  1. Home
  2. User Interface & Experience
  3. Node-Based UI Components
  4. Virtual Node Trees
  5. Element Descriptors