ReactCasts icon indicating copy to clipboard operation
ReactCasts copied to clipboard

Using Portals

Open zsherman opened this issue 8 years ago • 1 comments

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.

zsherman avatar Nov 16 '16 21:11 zsherman

Nice idea. I'm using react-portal in a current project and it is pretty cool.

cassiozen avatar Nov 16 '16 23:11 cassiozen