Indago
0
Q:

passing function to setstate

//use this when current value of state depends on prevstate value For eg. toggle
this.setState(function(prevState){
    return {show: !prevState.showForm}
});
0

New to Communities?

Join the community