Skip to content

Instantly share code, notes, and snippets.

@jonespen
Created April 10, 2015 11:54
Show Gist options
  • Select an option

  • Save jonespen/2ac17e349fdc46869692 to your computer and use it in GitHub Desktop.

Select an option

Save jonespen/2ac17e349fdc46869692 to your computer and use it in GitHub Desktop.
Webstorm live template for react class
'use strict';
import React from 'react';
var $NAME$ = React.createClass({
render() {
return (
<div className="$NAME$">
</div>
)
}
});
module.exports = $NAME$;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment