2 repos
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.
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.
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.