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