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