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

Algorithms that update the UI by calculating differences between state trees.

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. Layout Utilities
  4. Presentation Engines
  5. UI Rendering Patterns
  6. Virtual DOM Reconciliation

Awesome Virtual DOM Reconciliation GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • marktext/marktext

    marktext/marktext

    53,968GitHubView on GitHub↗

    Marktext is a cross-platform desktop application designed for markdown document authoring and structured note-taking. It functions as a WYSIWYG text processor, providing a distraction-free interface that renders formatted content in real-time while hiding the underlying markup syntax. The application utilizes a multi-

    Minimizes expensive layout changes by calculating state differences to update the user interface efficiently.

    JavaScriptdark-modeeditorelectron
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    Calculates the minimal set of document changes by comparing lightweight in-memory object trees against the current state.

    TypeScript