Skip to content

Instantly share code, notes, and snippets.

@marcusradell
Created April 11, 2017 10:41
Show Gist options
  • Save marcusradell/841a109f106fc508b2393aa06012293e to your computer and use it in GitHub Desktop.
Save marcusradell/841a109f106fc508b2393aa06012293e to your computer and use it in GitHub Desktop.
export default class component extends React.Component {
constructor(props) {
super(props)
this.state = initialState
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment