- 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.
推薦閱讀
- Android和PHP開發最佳實踐(第2版)
- Visual Basic 6.0程序設計計算機組裝與維修
- Learning RxJava
- Mastering Entity Framework
- Access 2010數據庫基礎與應用項目式教程(第3版)
- 精通Python自然語言處理
- Mastering JBoss Enterprise Application Platform 7
- Go并發編程實戰
- Qlik Sense? Cookbook
- Python期貨量化交易實戰
- 跟戴銘學iOS編程:理順核心知識點
- STM8實戰
- 精通Spring:Java Web開發與Spring Boot高級功能
- Docker:容器與容器云(第2版)
- Using Yocto Project with BeagleBone Black