arthur-feral / emogeez

MIT License
4 stars 1 forks source link

Use React Portal for the Popup #13

Closed arthur-feral closed 6 years ago

arthur-feral commented 6 years ago

In case your app have to display a lot of text inputs with an emoji popup attached to it, it may surchage the DOM tree... Using portal would render a unique popup for all the togglers on the page. so a toggler would open the same popup and just move this popup to its position.