Wenlong LI

Results 6 comments of Wenlong LI

初步看了一遍,确实和传统对象思路不太一致,还不太理解。Immutable是为了解决,复杂业务中数值被莫名的组件乱改的风险么?看来还需要加深业务需求的理解。

thanks,对我很有帮助~

写的很详细,赞。 希望以后加点,复杂的一些流程流程中转的话,node是如何处理的~

非常详细,我自己实现了一小半都写不下去了,佩服作者

反馈一个错误,config.entry.unshift("webpack-dev-server/client?http://localhost:8080/", "webpack/hot/dev-server"); 这个应该放在 var compiler = webpack(config); 语句执行之前,不然实时修改刷新不好使。其实原理就是:配置项中的inline:true 无法起作用,所以需要单独额外配置。 `[There is no inline: true flag in the webpack-dev-server configuration, because the webpack-dev-server module has no access to the webpack configuration....

mark,问题产生和思路看懂了,细节还需要继续看