If you need to access the underlying DOM node for a React component, what’s the typical way to do this in React?

Technology CommunityCategory: ReactIf you need to access the underlying DOM node for a React component, what’s the typical way to do this in React?
VietMX Staff asked 3 years ago
ReactDOM.findDOMNode(component)