Skip to content

Instantly share code, notes, and snippets.

@dimified
Created September 12, 2017 09:43
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 dimified/148873a34ab8152d7d13b84d51b25990 to your computer and use it in GitHub Desktop.
Save dimified/148873a34ab8152d7d13b84d51b25990 to your computer and use it in GitHub Desktop.
Define properties by spread syntax
<div
{
...this.props.boolean && {
...this.props.boolean && { property: this.props.func }
}
}
>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment