Skip to content

Instantly share code, notes, and snippets.

@zpao
Created February 20, 2014 04:32
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 zpao/9107147 to your computer and use it in GitHub Desktop.
Save zpao/9107147 to your computer and use it in GitHub Desktop.
Simple snippet to expand into a basic React component using JSX
<snippet>
<content><![CDATA[
var ${1:component} = React.createClass({
render: function() {
return (
${2:<div />}
);
}
});
]]></content>
<tabTrigger>R.cc</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment