Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Last active June 29, 2017 08:11
Show Gist options
  • Save Jahans3/c60efc051ac3b5cecd72b4f337069b89 to your computer and use it in GitHub Desktop.
Save Jahans3/c60efc051ac3b5cecd72b4f337069b89 to your computer and use it in GitHub Desktop.
export default MyContainer extends Component {
static propTypes = {
someProp: PropTypes.string.isRequired,
anotherProp: PropTypes.number
}
static defaultProps = {
anotherProp: 123
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment