VSC-React-Native-React-Redux-Snippets icon indicating copy to clipboard operation
VSC-React-Native-React-Redux-Snippets copied to clipboard

Snippets for React and React-Native with a bit of Redux for es6/es7 user.

Results 8 VSC-React-Native-React-Redux-Snippets issues
Sort by recently updated
recently updated
newest added

What about change **log** snippets shorcut to **clog**? I don't know why, but my VS Code some times adds lots of **log** on autocomplete. If you change to **clog**, probably...

Hello. Loving the plugin, one issue though. I prefer leaving out the semi colons, which I also define in my lintter. The problem of course is that this version of...

So I was taking a tutorial where someone suggested that we use your this plugin, which I love. He used a specific snippet that I do not see in your...

Could we add a react-redux container component? something like ```js import { connect } from 'react-redux'; const mapStateToProps = state => { return { }; }; const mapDispatchToProps = dispatch...

Added edccs with default import and default body and json key value snippet

Getting this error in the Output Window : > [error] [EQuimper.react-native-react-redux]: Unknown language in `contributes.react-native-react-redux.language`. Provided value: jsx I can create a workspace for this folder project, and then disable...