reactjs-basics icon indicating copy to clipboard operation
reactjs-basics copied to clipboard

State updates

Open Saafine opened this issue 7 years ago • 0 comments

I think the syntax in onMakeOlder function is wrong and might cause errors with out of sync state data. It doesn't take into the account the asynchronous nature that setState can use. More on: https://facebook.github.io/react/docs/react-component.html#setstate

Saafine avatar May 08 '17 13:05 Saafine