摘要: Understanding Immutable.js's Map() and List() structures will likely take you as far as you want to go with immutable programming. They have only smal 阅读全文
posted @ 2016-02-22 15:47 Zhentiw 阅读(237) 评论(0) 推荐(0)
摘要: Immutable.js provides several conversion methods to migrate one structure to another. Each Immutable.js class contains a prefixed "to" method like Map 阅读全文
posted @ 2016-02-22 04:22 Zhentiw 阅读(262) 评论(0) 推荐(0)
摘要: Immutable.js iterables offer the reduce() method, a powerful and often misunderstood functional operator on which map(), filter(), groupBy(), etc. are 阅读全文
posted @ 2016-02-22 03:35 Zhentiw 阅读(287) 评论(0) 推荐(0)