Portals in React is the way to render children into a DOM node that exists outside the DOM hierarchy of the parent component.
In this talk, I'll introduce the audience to :
what portals in React are,
Benefits of React Portals,
Real-world use cases for Portals and
How portals in React can help improve the accessibility of custom widgets