Skip to content

Instantly share code, notes, and snippets.

@kylpo

kylpo/block1.jsx Secret

Created June 20, 2017 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylpo/a8ee152fe5e319d3339cc6ae0b93845d to your computer and use it in GitHub Desktop.
Save kylpo/a8ee152fe5e319d3339cc6ae0b93845d to your computer and use it in GitHub Desktop.
class NullComponent extends React.Component {
// Potentially perform side effect in a lifecycle method
render() {
// Potentially perform side effect
return null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment