getInitialState
object getInitialState()
Invoked once before the component is mounted. The return value will be used as the initial value of this.state
.
getInitialState
object getInitialState()
Invoked once before the component is mounted. The return value will be used as the initial value of this.state
.
Please login to continue.