Bloomca / veles

UI library with main focus on performance
https://bloomca.github.io/veles/
MIT License
47 stars 0 forks source link

Add Portals support #35

Open Bloomca opened 4 months ago

Bloomca commented 4 months ago

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.