awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Virtual DOM Reconciliation · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesVirtual DOM Reconciliation

Optimizes UI updates by calculating minimal changes between state and view.

Distinguishing note: Focuses on the rendering optimization technique rather than general UI frameworks.

Explore 2 awesome GitHub repositories matching user interface & experience · Virtual DOM Reconciliation. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Virtual DOM Reconciliation

Awesome Virtual DOM Reconciliation GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • siyuan-note/siyuan

    siyuan-note/siyuan

    41,351View on GitHub↗

    Siyuan is a self-hosted knowledge management platform designed for private note-taking and information organization. It functions as a local-first application that stores all user content as plain text files on the local file system, ensuring data ownership and offline availability. The platform utilizes a block-based document model, which structures information as a tree of independent content blocks to facilitate granular manipulation and bidirectional linking. Users can extend the core functionality through a sandboxed plugin architecture, allowing for the development of custom themes and

    Updates the user interface by calculating the minimal set of changes required to sync the view with the data model.

    TypeScriptankichatgptdeepseek
    41,351View on GitHub↗
  • preactjs/preact

    preactjs/preact

    38,393View on GitHub↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    Utilizes a virtual DOM to efficiently reconcile and update the browser interface.

    JavaScriptcomponentsdomjsx
    38,393View on GitHub↗