Created
September 12, 2017 09:43
-
-
Save dimified/148873a34ab8152d7d13b84d51b25990 to your computer and use it in GitHub Desktop.
Define properties by spread syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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