- 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.
推薦閱讀
- Learning Spring 5.0
- Oracle從新手到高手
- Java面向對象軟件開發
- Raspberry Pi Networking Cookbook(Second Edition)
- Learning Data Mining with Python
- Learning RabbitMQ
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- HTML5 and CSS3 Transition,Transformation,and Animation
- Jupyter數據科學實戰
- 學習正則表達式
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- ExtJS高級程序設計
- 西門子S7-200 SMART PLC編程從入門到實踐
- C語言開發基礎教程(Dev-C++)(第2版)
- 小程序,巧應用:微信小程序開發實戰(第2版)