standard-react-snippets

A collection of React snippets for Atom, StandardJS Style

rongierlach

215

2

Bug Reports

2.0.0

MIT

GitHub

Standard React Snippets

An Atom snippet library for React that conforms to the StandardJS code style

Build Status JavaScript Style Guide

Installation

Go to Packages > Settings View > Open
Once in settings go to the Install tab and search for standard-react-snippets
Restart Atom

Documentation

Development

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

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

Credits

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