- Mastering Immutable.js
- Adam Boduch
- 141字
- 2021-07-08 10:30:05
What are we comparing?
There's no point in comparing a library such as Immutable.js with something that has no notion of functional programming or immutability. For instance, Angular is a framework for building applications, and observing changes in state is a core pattern. This is something that Immutable.js doesn't do. Comparing Immutable.js with something such as React doesn't make much sense either. Despite the fact that React honors concepts such as avoiding side-effects, we wouldn't be comparing apples with apples, as they do different things at different levels of abstraction.
Some criteria that you would use to compare Immutable.js with other libraries include the following:
- Is it a low-level library?
- Does it support the notion of immutability?
- Does it have the concept of collections?
- How large is the API compared with that of Immutable.js?
- How efficiently can it handle immutable data?
推薦閱讀
- SoapUI Cookbook
- Python自動化運維快速入門
- Data Analysis with IBM SPSS Statistics
- Java應用開發(fā)技術實例教程
- 軟件測試技術指南
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- ASP.NET程序開發(fā)范例寶典
- Julia for Data Science
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- .NET 4.5 Parallel Extensions Cookbook
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- SQL Server 2008實用教程(第3版)
- 零基礎C語言學習筆記
- Visual C#(學習筆記)
- Enterprise Application Architecture with .NET Core