- Mastering Immutable.js
- Adam Boduch
- 78字
- 2021-07-08 10:30:06
The types of Immutable.js data
The entirety of the Immutable.js API is represented by the following types:
- Lists
- Maps
- Ordered maps
- Sets
- Ordered sets
- Sequences
- Stacks
- Records
Of these types, we'll only use a few consistently throughout the applications in this book. Each type has it's own operations exposed as methods, and you can easily change from one collection type to another. Of course, it would help if you knew what these types are, so let's start there.
推薦閱讀
- Extending Jenkins
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 樂學Web編程:網站制作不神秘
- Java開發入行真功夫
- Linux網絡程序設計:基于龍芯平臺
- Scratch 3.0少兒編程與邏輯思維訓練
- Visual Basic學習手冊
- 實戰Java高并發程序設計(第3版)
- Python時間序列預測
- Apache Spark 2.x for Java Developers
- Python數據結構與算法(視頻教學版)
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Practical GIS
- UI設計基礎培訓教程(全彩版)
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施