deep-c / react-redux-notify

A simple and flexible notifications component built using React and Redux.
https://deep-c.github.io/react-redux-notify/
MIT License
34 stars 14 forks source link

Use a react portal. #23

Closed deep-c closed 6 years ago

deep-c commented 6 years ago

https://reactjs.org/docs/portals.html

Allow for mounting onto a user defined node else create one on the body by default.