- Mastering Immutable.js
- Adam Boduch
- 120字
- 2021-07-08 10:30:05
Lodash is a good bet
Lodash is a popular utility library that does a lot of the same things as Immutable.js. It supports the notion of immutability and avoids side-effects. It also supports the concept of collections. Its approach to efficiency is different from what Immutable.js does, but it's there. It might have a larger API than Immutable.js, but it's not that much larger.
The two libraries differ greatly in their overall approach and design, but they're comparable in the aspects that matter. Learning Lodash before switching to Immutable.js isn't a total loss and vice versa. You won't know which libraries work best for you until you write code that uses them.
We'll start writing Immutable.js code in a moment.
推薦閱讀
- Web程序設計及應用
- Spring 5.0 Microservices(Second Edition)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- 焊接機器人系統操作、編程與維護
- Python Web數據分析可視化:基于Django框架的開發實戰
- Julia高性能科學計算(第2版)
- ArcGIS for Desktop Cookbook
- Julia 1.0 Programming Complete Reference Guide
- Webpack實戰:入門、進階與調優(第2版)
- RocketMQ實戰與原理解析
- 監控的藝術:云原生時代的監控框架
- Scratch從入門到精通
- Python無監督學習
- Learning Alfresco Web Scripts
- Spring MVC Cookbook