previstate no react
handleClick() {
this.setState(prevState => {
return {
count: prevState.count + 1
}
})
}
Repulsive Rook