Skip to content

Instantly share code, notes, and snippets.

View frankcash's full-sized avatar
🗻
Moving tons of data.

Frank Cash frankcash

🗻
Moving tons of data.
View GitHub Profile
/**
* @jsx React.DOM
*/
var React = require('react'),
MyReactComponent = React.createClass({
// The object returned by this method sets the initial value of this.state
getInitialState: function(){
return {};