摘要:
【Array.prototype.reduce】 Array.reduce([callback, initialValue]) 参数 参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects 阅读全文
摘要:
【Flux architecture】 Flux is a pattern for managing data flow in your application. The most important concept is that data flows in one direction. As w 阅读全文