setState void setState( function|object nextState, [function callback] )
getDefaultProps object getDefaultProps() Invoked
statics object statics The statics
Mounting: componentWillMount void componentWillMount() Invoked
replaceProps void replaceProps( object nextProps, [function callback] )
Mounting: componentDidMount void componentDidMount() Invoked
render ReactElement render() The render()
mixins array mixins The mixins
Updating: componentWillReceiveProps void componentWillReceiveProps( object nextProps
getInitialState object getInitialState() Invoked
Page 2 of 3