Skip to content

Instantly share code, notes, and snippets.

@kastigar
Created December 4, 2017 09:02
Show Gist options
  • Save kastigar/e263a9d138a2a22bf2d241e1376334f4 to your computer and use it in GitHub Desktop.
Save kastigar/e263a9d138a2a22bf2d241e1376334f4 to your computer and use it in GitHub Desktop.
static fields for function
function Component() {
// ...
}
Component.defaultProps = {
propName: 'default',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment