Escape Hatch ↔ (mech) to express logic outside React model - to direct manipulate DOM
aka Escape-Hatches
React API Escape Hatches include useRef() & Portals
References
findDOMNode()↔ deprecatedReactDOM APIEscape Hatch to access DOM APINodeuseRef()↔ Stateful Hook to persist Passive State Variable across renders in FC, asrefhandle Escape Hatch to DOM API elementsUnidirectional binding↔ React restricts data flow to one-way down Component Hierarchy. optional Escape Hatches existTerserPlugin↔ Escape Hatch to patch Webpack into 21st century via PluginPortal↔ReactDOM APIEscape Hatch to renderchildrenoutside Component Hierarchy of Parent ComponentcreatePortal()↔ReactDOM APIEscape Hatch fn to renderchildElement to anycontainerElement other than parent