Skip to content

Instantly share code, notes, and snippets.

@azizpunjani
Last active July 26, 2016 17:56
Show Gist options
  • Save azizpunjani/afdd933394f8dc50d84ea94250300612 to your computer and use it in GitHub Desktop.
Save azizpunjani/afdd933394f8dc50d84ea94250300612 to your computer and use it in GitHub Desktop.
Component format
const propTypes = {
...
}
const defaultProps = {
...
}
export default function MyComponent() {
}
function someModuleFunction() {...}
MyComponent.defaultProps = defaultProps;
MyComponent.propTypes = propTypes;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment