James Ku

Results 1 comments of James Ku

> Set a lock like `loading` to prevent infinite loops > > ```js > async function loadMore() { > if (this.state.loading) { > return > } > > this.setState({ loading:...