mighty-react-snippets alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view mighty-react-snippets alternatives based on common mentions on social networks and blogs.
-
react-styleguidist
Isolated React component development environment with a living style guide -
cosmos-js
Sandbox for developing and testing UI components in isolation -
react-atellier
The smartest way to share interactive components with your team. -
react-heatpack
A 'heatpack' command for quick React development with webpack hot reloading. -
component-controls
A next-generation tool to create blazing-fast documentation sites. -
BundleMon
A free open-source tool that helps you to monitor your bundle size on every commit and alerts you on changes. -
react-device-frameset
React device frameset component -
react-demo-tab-cli
⚡ Create React components demos in a zap [Moved to: https://github.com/mkosir/demozap] -
Plasmic
Powerful design tool for building your React components visually.
Appwrite - The open-source backend cloud platform
Do you think we are missing an alternative of mighty-react-snippets or a related project?
README
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
- Fork repo
- Create your feature branch:
git checkout -b my-cool-feature
- Commit your changes:
git commit -m 'Add cool feature'
- Push changes:
git push origin my-cool-feature
- 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 all licence references and agreements mentioned in the mighty-react-snippets README section above
are relevant to that project's source code only.