Skip to content

Instantly share code, notes, and snippets.

View robmagary's full-sized avatar
🏠
Working from home

Rob Magary robmagary

🏠
Working from home
View GitHub Profile
@robmagary
robmagary / snippets.cson
Last active January 28, 2016 02:47
React Component Snippet for Atom
'.source.js':
'React createClass then Export Module':
'prefix': 'React!'
'body': """
var React = require("react");
var $1 = React.createClass({
render: function() {
return (
)