vasanthk / react-bits

✨ React patterns, techniques, tips and tricks ✨
https://vasanthk.gitbooks.io/react-bits
Creative Commons Attribution 4.0 International
16.97k stars 1.1k forks source link

Async setState example fix #88

Closed surgeboris closed 7 years ago

surgeboris commented 7 years ago

First example in Async setState does not execute in React 16 (latest create-react-app environment). This PR is intended to fix that.

vasanthk commented 7 years ago

Thank you, @surgeboris :)