Skip to content

Instantly share code, notes, and snippets.

@wendelnascimento
Created April 25, 2018 16:33
Show Gist options
  • Save wendelnascimento/203e08dc9f05d98cd11b1cda24fe4852 to your computer and use it in GitHub Desktop.
Save wendelnascimento/203e08dc9f05d98cd11b1cda24fe4852 to your computer and use it in GitHub Desktop.
Example of using idx in place of chained ifs
const location = idx(this.state, _ => _.person.infos.location);
return (
<span>{location}</span>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment