摘要: http://www.html5rocks.com/en/tutorials/es6/promises/ http://fex.baidu.com/blog/2015/07/we-have-a-problem-with-promises// 阅读全文
posted @ 2015-12-06 21:47 zyip 阅读(119) 评论(0) 推荐(0)
摘要: function c1(name){ this.name=name; this.hello=function(){ console.log(this.name); };}c2.prototype=new c1();function c2(name){ var params=Array.... 阅读全文
posted @ 2015-12-06 03:38 zyip 阅读(120) 评论(0) 推荐(0)
摘要: https://github.com/jackielii/simplest-redux-example/blob/es5/index.js redux https://github.com/rackt/react-redux/blob/master/docs/quick-start.md#quick 阅读全文
posted @ 2015-12-06 01:28 zyip 阅读(268) 评论(0) 推荐(0)