React·100 questions

What is a Portal and when is it needed?

Answer
Portal renders children into another DOM node.
Needed for modals, tooltips, dropdown menus.
Avoids overflow/z-index issues.
Events still bubble through React tree.
Watch for accessibility.
Was this answer helpful?

More questions in this topic

Related questions from other topics