React — Interview Questions & Mental Models
Portals
- Render children into another DOM node (document.body, modal container) while keeping React tree/context parent.
- Common use: modals, tooltips, escaping overflow: hidden ancestors.
React — Interview Questions & Mental Models