An Atom snippet library for React that conforms to the StandardJS code style
Go to Packages > Settings View > Open
Once in settings go to the Install tab and search for standard-react-snippets
Restart Atom
$ cd ~/.atom/packages$ git clone https://github.com/rongierlach/standard-react-snippets.git$ cd standard-react-snippets$ apm install$ apm link
git checkout -b my-new-feature
git commit -m 'Add some feature'
git push origin my-new-feature
This package is a fork of Atom React.js Snippets
The React.js snippets were originally created by orktes in Atom React in ES5 syntax
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.