Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)