All Projects → nicksp → Mighty React Snippets

nicksp / Mighty React Snippets

Licence: mit
Crafty React & Redux snippets for Atom Editor

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Mighty React Snippets

atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (+93.75%)
Mutual labels:  atom, atom-package, atom-editor
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+4587.5%)
Mutual labels:  atom, atom-package, atom-editor
atom-ide-crystal
Crystal IDE package for Atom using the Scry Language Server
Stars: ✭ 24 (+50%)
Mutual labels:  atom, atom-package, atom-editor
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+5400%)
Mutual labels:  atom, atom-package, atom-editor
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+712.5%)
Mutual labels:  atom, atom-package, atom-editor
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+200%)
Mutual labels:  atom, atom-package, atom-editor
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+812.5%)
Mutual labels:  atom, atom-package, atom-editor
atom-carbon-now-sh
Atom package to open the current editor content in https://carbon.now.sh/
Stars: ✭ 15 (-6.25%)
Mutual labels:  atom, atom-package, atom-editor
atom-toolbar-almighty
Atom editor's missing toolbar
Stars: ✭ 21 (+31.25%)
Mutual labels:  atom, atom-editor
hey-pane
👋 atom package to enlarge the active pane
Stars: ✭ 43 (+168.75%)
Mutual labels:  atom, atom-package
Atom Transparency
How to make your Atom editor transparent
Stars: ✭ 477 (+2881.25%)
Mutual labels:  atom, atom-editor
Atom Project Manager
Project manager for the Atom editor
Stars: ✭ 519 (+3143.75%)
Mutual labels:  atom, atom-package
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (+193.75%)
Mutual labels:  atom, atom-package
coeditor
Yet Another Pair Programming Package for Atom.
Stars: ✭ 27 (+68.75%)
Mutual labels:  atom, atom-package
atom-ide-datatip
Datatips for Atom IDE
Stars: ✭ 30 (+87.5%)
Mutual labels:  atom, atom-package
prot16
Colour schemes mainly for highlighting code syntax. Each theme uses a 16-colour palette. It comes in light and dark variants.
Stars: ✭ 18 (+12.5%)
Mutual labels:  atom, atom-editor
set-syntax
An Atom package that creates easy Command Palette commands for setting the syntax of the current file
Stars: ✭ 24 (+50%)
Mutual labels:  atom, atom-package
Awesome Atom Packages
📦 Some Useful Atom Packages for Web Developers !
Stars: ✭ 286 (+1687.5%)
Mutual labels:  atom, atom-editor
save-workspace-atom-plugin
If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.
Stars: ✭ 24 (+50%)
Mutual labels:  atom, atom-package
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+21637.5%)
Mutual labels:  atom, atom-package

Mighty React & Redux Snippets

Atom editor snippets for React and Redux. Made to be compliant with the latest & hottest ES6 and ES7 standards.

Add the Airbnb's ESLint config to your project (optional)

npm install --save-dev eslint-config-airbnb babel-eslint eslint-plugin-react eslint
echo '\''{ extends: [airbnb], }'\'' > .eslintrc'

Installation

apm install mighty-react-snippets

Features / Available Commands

Contributing

  1. Fork repo
  2. Create your feature branch: git checkout -b my-cool-feature
  3. Commit your changes: git commit -m 'Add cool feature'
  4. Push changes: git push origin my-cool-feature
  5. Submit a pull request

Usage

After install just type one of the shortcuts below and hit tab to expand the snippet in your editor. Only works on files already saved as .js or .jsx.

Continue hitting tab to cycle through and highlight common editing points in a snippet. The ${N} syntax in the examples below denote the highlight points.

License

MIT License © Nick S. Plekhanov

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].