portalsReactPortalsMediumEven though a portal's DOM lives elsewhere, events from it:1Still bubble up to the React parent, and context still flows through2Are completely isolated from React3Only work with class components4Bypass the React tree entirelyBack to list