Sener DEMIRAL

Results 6 issues of Sener DEMIRAL

AppContainer.jsx ``` function mapDispatchToProps(dispatch) { return Redux.bindActionCreators(Actions, dispatch); }; AppContainer = connect(mapStateToProps, mapDispatchToProps)(AppContainer); ``` in Player.jsx (and others), no need to define handleClick(), just call dispatch on onClick (should be...

``` // Client Main.jsx shDD = Meteor.subscribe ('DD', null); Meteor.startup(function() { let ddCC = 0; Tracker.autorun (function(computation) { // Subscription.ready() is reactive. if (shDD.ready()) { if (computation.firstRun) { return; //...

``` watchers: [{Path.expand("node_modules/webpack/bin/webpack.js"), ["--watch", "--colors", "--progress"]}] ```

Is there any problem in near future because elixir document say Dict module is deprecated?

enhancement
will accept pull request