Skip to content

Instantly share code, notes, and snippets.

@kuanhsuh
Created April 27, 2017 04:50
Show Gist options
  • Save kuanhsuh/e29183e3c7423eefd20cee7b25eee1c7 to your computer and use it in GitHub Desktop.
Save kuanhsuh/e29183e3c7423eefd20cee7b25eee1c7 to your computer and use it in GitHub Desktop.
react snippet
const { post } = this.props;
if(!post){
return <div></div>;
}
To deal with undefined props
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment