Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@twhite96
Created January 5, 2019 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twhite96/a4f7aacada11b3f8cc45d8e36573b76e to your computer and use it in GitHub Desktop.
Save twhite96/a4f7aacada11b3f8cc45d8e36573b76e to your computer and use it in GitHub Desktop.
Lifecycle Method
componentWillUnmount() {
clearInterval(this.timer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment