Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Created March 25, 2019 10:16
Show Gist options
  • Save BretCameron/6b5aebca024a8d40b4bfffdf2e692334 to your computer and use it in GitHub Desktop.
Save BretCameron/6b5aebca024a8d40b4bfffdf2e692334 to your computer and use it in GitHub Desktop.
The componentDidMount method in our Movies.js React component
componentDidMount() {
this.fetchPostData();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment