Skip to content

Instantly share code, notes, and snippets.

@kastigar
Last active October 11, 2017 10:34
Show Gist options
  • Save kastigar/c8baa6aff94b6d43114cd3526005ebcd to your computer and use it in GitHub Desktop.
Save kastigar/c8baa6aff94b6d43114cd3526005ebcd to your computer and use it in GitHub Desktop.
Functional component example
function ShopItem(props) {
return (
<div>
{"..."}
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment