An Atom snippet library for React, React Router and Flux. This library uses ES6 syntax, if you would prefer ES5 or Coffeescript snippets please use the Atom React Package.
Go to Packages > Settings View > Open
once in settings go to the Install tab and search for react-snippets
Restart Atom
$ cd ~/.atom/packages
$ git clone https://github.com/webbushka/atom-react-snippets.git
$ cd atom-react-snippets
$ apm install
$ apm link
- React Snippets
- React Router Snippets - Needs update from v0.13 to v1.0
- Flux Snippets
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
MIT License © Zeno Rocha
The React.js snippets were originally created by orktes in Atom React in ES5 syntax.