- 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
推薦閱讀
- 深入淺出Java虛擬機(jī):JVM原理與實戰(zhàn)
- C和C++安全編碼(原書第2版)
- MongoDB for Java Developers
- JavaScript+jQuery開發(fā)實戰(zhàn)
- Mastering Python Scripting for System Administrators
- ANSYS Fluent 二次開發(fā)指南
- C程序設(shè)計實踐教程
- Python編程從0到1(視頻教學(xué)版)
- Swift Playgrounds少兒趣編程
- Learning Unreal Engine Android Game Development
- Java語言程序設(shè)計教程
- C語言程序設(shè)計與應(yīng)用(第2版)
- Red Hat Enterprise Linux Troubleshooting Guide
- Image Processing with ImageJ
- SignalR:Real-time Application Development(Second Edition)