✅ – Alexs – 10-05 Dec 15
I'm currently reading the React docs ( the state States and Lifecycle section) and I just want to have some clarity on a specific part of this code.
On the handleClick() function is the setState lifecycle just taking the "this.state" property of your class and switching it to the negated value?
On the handleClick() function is the setState lifecycle just taking the "this.state" property of your class and switching it to the negated value?
