Created
July 7, 2015 04:44
-
-
Save milosdakic/c7b78785cef1d5f6021f to your computer and use it in GitHub Desktop.
React ES6 Component Skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component, PropTypes } from 'react'; | |
export default class Awesome extends Component { | |
render() {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment