Skip to content

Instantly share code, notes, and snippets.

@cjohansen
Created September 25, 2014 10:25
Show Gist options
  • Save cjohansen/2d4f2adca06003711c86 to your computer and use it in GitHub Desktop.
Save cjohansen/2d4f2adca06003711c86 to your computer and use it in GitHub Desktop.
function createComponent(def) {
return React.createComponent({
render: function () {
return def.render(this.props);
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment