oieduardorabelo / atom-react-snippets

React snippets using ES6 syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom React.js Snippets Build Status

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.

Install

Go to Packages > Settings View > Open once in settings go to the Install tab and search for react-snippets

Documentation

Development

$ cd ~/.atom/packages
$ git clone https://github.com/webbushka/atom-react-snippets.git
$ cd atom-react-snippets
$ apm install
$ apm link

Features

  • React Snippets
  • React Router Snippets - Needs update from v0.13 to v1.0
  • Flux Snippets

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Change Log

It's over here!

License

MIT License © Zeno Rocha

Credit

The React.js snippets were originally created by orktes in Atom React in ES5 syntax.

About

React snippets using ES6 syntax


Languages

Language:CoffeeScript 95.4%Language:JavaScript 4.6%