- Mastering Immutable.js
- Adam Boduch
- 92字
- 2021-07-08 10:30:05
Summary
This chapter introduced you to the conceptual foundation of Immutable.js. Immutable data is how we prevent unwanted side-effects. With Immutable.js collections, everything results in new data. This includes changing the collection somehow—these are called persistent changes. It also includes shaping the data in order to do something with it—these are called sequence transformations.
The typical Immutable.js pattern involves chaining collection method calls together—the persistent changes and sequence transformations—ending with a side-effect.
In the next chapter, we'll write some code that creates Immutable.js collections.
推薦閱讀
- Mastering OpenLayers 3
- 現代C++編程:從入門到實踐
- 三維圖形化C++趣味編程
- MariaDB High Performance
- 零基礎學Java(第4版)
- Visual C++數字圖像處理技術詳解
- Python數據挖掘與機器學習實戰
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Learning Hadoop 2
- 平面設計經典案例教程:CorelDRAW X6
- Learning Nessus for Penetration Testing
- C++ System Programming Cookbook
- Java Hibernate Cookbook
- Android 游戲開發大全(第二版)