- Mastering Immutable.js
- Adam Boduch
- 91字
- 2021-07-08 10:30:09
Persistent Changes
Immutable data cannot change. The state of your applications must change, however, otherwise they would be completely static. To cope with changing the application state, Immutable.js collections use persistent changes. A persistent change involves first copying the target collection and then making the change in the copy.
The focus of this chapter is on some of the collection methods that implement persistent changes. You'll learn about the following:
- Adding values to collections
- Setting and updating collection values
- Removing values from collections
- Emptying collections
- Tracking the change history of collections
推薦閱讀
- Android Wearable Programming
- Java 開發從入門到精通(第2版)
- 跟小海龜學Python
- Web全棧工程師的自我修養
- Apache Karaf Cookbook
- JavaScript+jQuery網頁特效設計任務驅動教程
- Mastering Python
- Python程序設計:基礎與實踐
- 菜鳥成長之路
- Learning RxJava
- Mastering Python for Data Science
- Instant PhoneGap
- 深入解析Java虛擬機HotSpot
- Elixir Cookbook
- Big Data Forensics:Learning Hadoop Investigations