Skip to content

Instantly share code, notes, and snippets.

@nicolaslopezj
Created September 13, 2016 15:07
Show Gist options
  • Save nicolaslopezj/c4ab00900ab88b26548efa0a68b2cbce to your computer and use it in GitHub Desktop.
Save nicolaslopezj/c4ab00900ab88b26548efa0a68b2cbce to your computer and use it in GitHub Desktop.
React component boilerplate
import React from 'react'
export default class Component extends React.Component {
static propTypes = {
}
render () {
return (
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment