- Mastering Immutable.js
- Adam Boduch
- 102字
- 2021-07-08 10:30:13
Summary
In this chapter, you learned about persistent change methods of Immutable.js collections. Each of these methods returns a new instance of the collection, but it retains any parts of the data that didn't actually change for efficiency purposes.
The types of persistent change methods include insertion, updates, removal, and emptying of entire collections. You saw how these methods can be chained together to handle more than one action at a time. Lastly, we took an in-depth look at managing the change history of collections and how immutability can contribute to the solution.
In the next chapter, we'll look at filtering collections.
推薦閱讀
- Learning Python Web Penetration Testing
- WildFly:New Features
- Drupal 8 Blueprints
- Getting Started with CreateJS
- Java項目實戰精編
- 編程數學
- 編程可以很簡單
- Apache Camel Developer's Cookbook
- 測試架構師修煉之道:從測試工程師到測試架構師
- Python+Office:輕松實現Python辦公自動化
- Splunk Essentials
- 小學生C++趣味編程從入門到精通
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Laravel 5.x Cookbook
- 深度學習的數學:使用Python語言