Overlay
Overlay Interview Questions
1 curated overlay interview questions with detailed answers and examples.
← Browse all interview questionsReact Portals render a component into a DOM node outside the React root. This lets modals, tooltips, and dropdowns escape overflow:hidden and z-index constraints in the parent tree while remaining in the React component tree for event bubbling and context access.
advancedadvanced hooks-and-patternsreactportalmodal