ReactDOM.unmountComponentAtNode

ReactDOM.unmountComponentAtNode

boolean unmountComponentAtNode(DOMElement container)

Remove a mounted React component from the DOM and clean up its event handlers and state. If no component was mounted in the container, calling this function does nothing. Returns true if a component was unmounted and false if there was no component to unmount.

doc_React
2016-06-23 03:32:21
Comments
Leave a Comment

Please login to continue.