awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
UI Rendering Patterns · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesUI Rendering Patterns

Methodologies for updating user interfaces through conditional element visibility and state reconciliation processes.

Explore 2 awesome GitHub repositories matching user interface & experience · UI Rendering Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Rendering and Layout Engines
  4. Presentation Engines
  5. UI Rendering Patterns

Awesome UI Rendering Patterns 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-

    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

    TypeScript

Explore sub-tags

  • Conditional Visibility TogglingMechanisms for showing or hiding elements by modifying CSS display properties while maintaining their presence in the DOM.
  • Virtual DOM ReconciliationAlgorithms that update the UI by calculating differences between state trees.