Skip to content

Instantly share code, notes, and snippets.

@moonformeli
Created May 18, 2017 05:35
Show Gist options
  • Save moonformeli/51f49986b2620e10b2df92410491a850 to your computer and use it in GitHub Desktop.
Save moonformeli/51f49986b2620e10b2df92410491a850 to your computer and use it in GitHub Desktop.
defaultProps_itemlist.js
function ItemList({ items }) {
return (
// same as above
);
}
ItemList.propTypes = {
items: React.PropTypes.array.isRequired
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment