Skip to content

Instantly share code, notes, and snippets.

@mfowlewebs
Created February 3, 2015 19:12
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 mfowlewebs/22d02bc328ef3c3f17ab to your computer and use it in GitHub Desktop.
Save mfowlewebs/22d02bc328ef3c3f17ab to your computer and use it in GitHub Desktop.
window.addEventListener('resize', this.componentDidUpdate);
componentDidMount: function() {
if (typeof window !== 'undefined') {
window.addEventListener('resize', this.componentDidUpdate);
}
this.componentDidUpdate();
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment