I wrote a simple Atom.io snippet for ReactJS:
'.text.js':
'React Component':
'prefix': 'rrc'
'body': 'var Component = React.createClass({
render: function(){
return {
;
}
}
})'
I saved this to
atom/resources/app/dot-atom/snippets.cson
file where snippets live, and after trying it by typing 'rrc' and hitting tab key, I got only a blank space.
I googled around and other people were having similar problem, but I found no solution that worked for me.



