Skip to content

Instantly share code, notes, and snippets.

@johnthepink
Created April 18, 2016 04:30
Show Gist options
  • Save johnthepink/400f3120168d8928e2af06a5d2e3e8e7 to your computer and use it in GitHub Desktop.
Save johnthepink/400f3120168d8928e2af06a5d2e3e8e7 to your computer and use it in GitHub Desktop.
componentDidMount() {
this.loadFromStorage()
.then(() => {
if (this.state.api_key) {
this.fetchData();
}})
.done();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment