Skip to content

Instantly share code, notes, and snippets.

@robinweser
Created July 22, 2015 10:17
Show Gist options
  • Save robinweser/ed23071fa5cfddec11d0 to your computer and use it in GitHub Desktop.
Save robinweser/ed23071fa5cfddec11d0 to your computer and use it in GitHub Desktop.
barely legible inline-style evaluation
<div style={[
styles.box,
this.props.checked && styles.checked,
this.props.editable && this.state.editMode && styles.editable,
...
]}>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment