react_dom library

Properties

findDOMNode Function
If the component has been mounted into the DOM, this returns the corresponding native browser DOM Element.
getter/setter pair
render Function
Renders a ReactElement into the DOM in the supplied container and returns a reference to the component (or returns null for stateless components).
getter/setter pair
unmountComponentAtNode Function
Removes a mounted React component from the DOM and cleans up its event handlers and state.
getter/setter pair