I think React createPortal is an excellent idea and should be implemented here as well, for much better support of Toasts, Popovers, Modals, etc.
I'd say it is a pretty important API. Not sure how to implement it the best yet, probably provide a custom property, similar to phantom for <Fragment /> support.
I think React createPortal is an excellent idea and should be implemented here as well, for much better support of Toasts, Popovers, Modals, etc.
I'd say it is a pretty important API. Not sure how to implement it the best yet, probably provide a custom property, similar to
phantom
for<Fragment />
support.