awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pomber/didactAvatar de pomber

    pomber/didact

    6,752Voir sur 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
    Voir sur GitHub↗6,752
  1. Home
  2. User Interface & Experience
  3. Node-Based UI Components
  4. Virtual Node Trees
  5. Element Descriptors