Portals and Modals
A portal lets you render UI into a DOM node that lives outside your React root -- which is exactly what you need when a modal has to escape its container's overflow rules.
May 15, 20261 min read1 / 3
A portal lets you render UI into a DOM node that lives outside your React root -- which is exactly what you need when a modal has to escape its container's overflow rules.