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

2 repos

Awesome GitHub RepositoriesDOM Portals

Mechanisms for rendering component children into a DOM node outside the parent component's hierarchy.

Explore 2 awesome GitHub repositories matching web development · DOM Portals. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Browser Integration Utilities
  4. DOM & Event Handling
  5. DOM Portals

Awesome DOM Portals GitHub Repositories

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

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Render component children into DOM nodes outside the parent hierarchy while preserving full context, event propagation, and state management.

    JavaScriptjavascriptuifrontend
  • 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

    Renders component children into specific DOM nodes outside the parent hierarchy while maintaining the original logical state and behavior.

    TypeScript