Skip to content

Instantly share code, notes, and snippets.

@alesanabriav
Created June 28, 2016 15:59
Show Gist options
  • Save alesanabriav/d18773fe943a41edaae94ea58aaf18cf to your computer and use it in GitHub Desktop.
Save alesanabriav/d18773fe943a41edaae94ea58aaf18cf to your computer and use it in GitHub Desktop.
snippet react component
'.source.js':
'React component':
'prefix': 'rc'
'body': """
'use strict';
import React from 'React';
export default React.createClass({
render() {
return (
$1
)
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment