Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/securingsincity/vs-code-redux-snippets
Redux snippets for Visual Studio Code
https://github.com/securingsincity/vs-code-redux-snippets
react-redux redux vscode
Last synced: about 12 hours ago
JSON representation
Redux snippets for Visual Studio Code
- Host: GitHub
- URL: https://github.com/securingsincity/vs-code-redux-snippets
- Owner: securingsincity
- Created: 2016-09-18T22:43:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T00:03:54.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T02:09:39.643Z (about 2 months ago)
- Topics: react-redux, redux, vscode
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 Redux Snippets for Visual Studio Code!
Redux snippets for Visual Studio Code using ES6 syntax.## Included Snippets
- `reducer` - Creates a reducer
- `container` - Creates a container with mapStateToProps, mapDispatchToProps, and connects them with the component
- `mstp` - Creates a mapStateToProps function
- `mdtp` - Creates a mapDispatchToProps function
- `connect` - Creates a connect object and exports it### Other Great Tools:
* [Visual Studio Code](http://code.visualstudio.com/)
* [Redux](https://redux.js.org/)### Supported languages (file extensions)
* JavaScript (.js)
* TypeScript (.ts)
* JavaScript React (.jsx)
* TypeScript React (.tsx)