Immutable.js v4.0.0-rc.12 准备好投入生产了吗?

Posted

技术标签:

【中文标题】Immutable.js v4.0.0-rc.12 准备好投入生产了吗?【英文标题】:Is Immutable.js v4.0.0-rc.12 ready for production? 【发布时间】:2021-06-18 16:32:10 【问题描述】:

我想使用 immutable.js,并看到 v4.0.0 is at rc.12。该版本字符串似乎表明 v4.0.0 尚未发布。是不是因为v4.0.0有问题,要用3.8.2,也就是三年了?有没有发布 v4.0.0(或更高版本)的好分支,所以我可以依赖它而不会提出依赖预发布包的问题?

【问题讨论】:

【参考方案1】:

去年秋天,一组新的开发人员开始在immutable-js-oss repo 上完成 4.0。目前尚不清楚我们是否(或何时)可以将它合并回主仓库(否则它将作为一个新包发布)。

对于最终的 4.0 版本,只剩下几件事要做,99% 的问题已经完成。如果您好奇,请查看issues of the 4.0 milestone。这些更改主要是为了与 3.x 版本兼容,并在少数情况下处理非常特殊的数据(例如,将 nodejs 对象传递给隔离的子进程时)。

我们的电子应用从 2019 年开始使用 RC12,在使用 RC9 一年之前。到目前为止,使用它的 10,000 名飞行员都没有坠毁飞机,所以我会说它运作良好。

【讨论】:

以上是关于Immutable.js v4.0.0-rc.12 准备好投入生产了吗?的主要内容,如果未能解决你的问题,请参考以下文章

[Immutable.js] Converting Immutable.js Structures to Javascript and other Immutable Types

[Immutable.js] Exploring Sequences and Range() in Immutable.js

[Immutable.js] Working with Subsets of an Immutable.js Map()

[Immutable.js] Lightning Fast Immutable.js Equality Checks with Hash Codes

[Immutable.js] Differences between the Immutable.js Map() and List()

[Immutable.js] Transforming Immutable Data with Reduce