-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Hello there! Sorry, if it's wrong place to post such a thing. It's more like a question, but may be as feature request as well. What is the current official way of creating portal component? Portal is a component that helps mount the child component to targeted DOM point. For example, React exposes official API for doing portals (i.e. React.unstable_renderSubtreeIntoContainer
).
matthewma7, SeyyedKhandon, devxzero and SolijonovDev