Skip to content

Instantly share code, notes, and snippets.

@jlittlejohn
Last active May 1, 2019 18:46
Show Gist options
  • Save jlittlejohn/8aaca2534d92f0404c87c3a16eab8374 to your computer and use it in GitHub Desktop.
Save jlittlejohn/8aaca2534d92f0404c87c3a16eab8374 to your computer and use it in GitHub Desktop.
REACT: Class Component
class ComponentName extends React.Component {
state = { }
render() {
return ( <div></div> );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment