react-tiny-snippets

Short snippets for React

kamataryo

437

0

Bug Reports

0.0.15

MIT

GitHub

React Tiny Snippets for Atom

apm

Tiny Snippets of React for Atom editor.

This package autocompletes..

example

// Typing `componentwillreceiveprops` leads...
// $1 is next your cursor position

/**
 * componentWillReceiveProps
 * @param  {object} nextProps React props.
 * @return {void}
 */
componentWillReceiveProps(nextProps) {
  $1
}

Installation

Run the following command:

$ apm install react-tiny-snippets

Alternatively go to Atom > Preferences > Packages and search for react-tiny-snippets.

Development

git clone git@github.com:kamataryo/react-tiny-snippets.git
cd react-tiny-snippets
npm install
npm run build

Contribution

Issues and PRs are welcome.

Release Note

0.0.9

0.0.5