Cogoport/cogo-toast

Add React Portal to CT Container

mirshko opened this issue · 0 comments

It would probably be a good enhancement to put the content of the toast containers into a React Portal.

As they have no real need to be in the main DOM tree.

I suggest using https://reacttraining.com/reach-ui/portal as they have the most proven solutions for accessibility and other best practices.