发布于 2017-03-14 03:50:56 | 149 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的精品教程,程序狗速度看过来!
Immutable.js 不可变数据集合
Immutable 是 Facebook 开发的不可变数据集合。不可变数据一旦创建就不能被修改,是的应用开发更简单,允许使用函数式编程技术,比如惰性评估。Immutable JS 提供一个惰性 Sequence,允许高效的队列方法链,类似 map 和 filter ,不用创建中间代表。
Immutable.js 4.0.0-rc.2 发布了,
本次更新内容如下:
-
filter()
, reduce()
和 concat()
的类型定义改进 (#1155, #1156, #1153)
-
更具体的 TypeScript 类型定义 (#1149)
-
添加 delete()
和 clear()
到 Record 实例 (#1157)
下载地址:
Immutable 是 Facebook 开发的不可变数据集合。不可变数据一旦创建就不能被修改,使得应用开发更简单,允许使用函数式编程技术,比如惰性评估。
历史版本 :
Immutable.js v4.0.0-rc.9 发布,不可变数据集合
Immutable.js v4.0.0-rc.7 发布,不可变数据集合
Immutable.js v4.0.0-rc.3 发布,不可变数据集合
Immutable.js v4.0.0-rc.2 发布,不可变数据集合
Immutable.js v4.0.0-rc.1 发布,不可变数据集合
Immutable.js 3.8.1 发布,不可变数据集合
Immutable.js 3.8.0 发布,不可变数据集合
Immutable.js 3.7.6 发布,不可变数据集合
Immutable.js 3.7.4 发布,不可变数据集合
Immutable.js 3.7.3 发布,不可变数据集合
Immutable.js 3.7.2 发布,不可变数据集合
Immutable.js 3.7.1 发布,不可变数据集合