React Portal
Jun 6, 2022 ยท 3 min read ยท What are REACT portals? React portals provide a way to render children into a DOM node that exists outside the DOM hierarchy of the parent component. Think of it as Doctor Strange teleporting people through his sling rings ๐ Now, what does it actua...
NSharath commented