Introduction
Let's have a look at how to render an element outside of its component hierarchy.
We'll cover the following...
What are portals?
Portals allow us to render components in DOM nodes that are outside of the parent node of the current ...
Portal