Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Created February 9, 2018 20:15
Show Gist options
  • Save viniciusdacal/c9e72b38bfd7d60658f651f803d97832 to your computer and use it in GitHub Desktop.
Save viniciusdacal/c9e72b38bfd7d60658f651f803d97832 to your computer and use it in GitHub Desktop.
<ShowIf
value={this.state.hello == 'hello'}
render={() => (
<input type="text" value="Hello World"/>
)}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment