Mastering createPortal in ReactJS: How to create portals in ReactJS
What is createPortal
As per the official documentation, createPortal let us render some children into a different part of the DOM.
In simple words,createPortal lets you to render the component outside the current parent, or hierarchy.
In above diag...
sumitmupadhyay.hashnode.dev2 min read