ReactCasts
ReactCasts copied to clipboard
Using Portals
Sometimes you need to manage components that are outside of the parent and perhaps attached to the body, specifically thinking about modals, popovers, etc. https://github.com/tajo/react-portal is a reasonable implementation of this.
Nice idea. I'm using react-portal in a current project and it is pretty cool.