Skip to content

Instantly share code, notes, and snippets.

@gdumitrescu
Created June 19, 2015 17:34
Embed
What would you like to do?
RRC.sublime-snippet
<snippet>
<content><![CDATA[
React.renderComponent(<$1/>, document.body);
]]></content>
<tabTrigger>rrc</tabTrigger>
<!-- <scope>source.js</scope> -->
<description>React.renderComponent</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment