- 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.
推薦閱讀
- Django+Vue.js商城項目實戰
- 數據庫程序員面試筆試真題與解析
- Linux C/C++服務器開發實踐
- Unity 2020 Mobile Game Development
- Rust Cookbook
- 青少年Python編程入門
- iOS自動化測試實戰:基于Appium、Python與Pytest
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Design Patterns and Best Practices in Java
- Game Development Patterns and Best Practices
- VMware vRealize Orchestrator Essentials
- Spring Microservices
- R High Performance Programming
- Python程序設計教程