Skip to content

Instantly share code, notes, and snippets.

@choonkending
Last active June 1, 2017 10:51
Show Gist options
  • Save choonkending/9766cac2a476430815b677a694042124 to your computer and use it in GitHub Desktop.
Save choonkending/9766cac2a476430815b677a694042124 to your computer and use it in GitHub Desktop.
const ComponentThatWrapsFeatures = ({ data }) => {
const features = getFeatures(data);
return features && <Features {...features} />
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment