Giovanni Di Maggio
Results
2
comments of
Giovanni Di Maggio
> it worked for me. For speed Nx > > ``` > componentWillMount(){ > this.setState({},_=>this.setSpeed()) > } > setSpeed(){ > this.setState({speed: N}) > } > ``` this worked for me
:+1: thank you, i was just looking for this