Skip to content

Instantly share code, notes, and snippets.

@milosdakic
Created July 7, 2015 04:44
Show Gist options
  • Save milosdakic/c7b78785cef1d5f6021f to your computer and use it in GitHub Desktop.
Save milosdakic/c7b78785cef1d5f6021f to your computer and use it in GitHub Desktop.
React ES6 Component Skeleton
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