Skip to content

Instantly share code, notes, and snippets.

@kof
Last active October 10, 2015 13:25
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 kof/c4c997bae462687b2d57 to your computer and use it in GitHub Desktop.
Save kof/c4c997bae462687b2d57 to your computer and use it in GitHub Desktop.
React component without extends.
import {component} from 'react'
@component
export default class MyComponent {
componentDidMount() {
}
render() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment