Async Await with React Lifecycle methods2.1K13examples.devMichael RobertsFollowAug 29, 2017 · 1 min readWhy couldn’t you write it like follows?async setStateAsync(state) {await this.setState(state)}