forceUpdate void forceUpdate( [function callback] ) By
replaceState void replaceState( object nextState, [function callback] )
Updating: shouldComponentUpdate boolean shouldComponentUpdate( object nextProps, object
Updating: componentDidUpdate void componentDidUpdate( object prevProps, object prevState
getDOMNode DOMElement getDOMNode() If this component
propTypes object propTypes The propTypes
Updating: componentWillUpdate void componentWillUpdate( object nextProps, object nextState
Unmounting: componentWillUnmount void componentWillUnmount()
isMounted boolean isMounted() isMounted()
displayName string displayName The displayName
Page 1 of 3