- 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.
推薦閱讀
- ServiceNow Application Development
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Linux核心技術從小白到大牛
- 精通Python自然語言處理
- 單片機應用與調試項目教程(C語言版)
- Visual C#.NET程序設計
- Expert Data Visualization
- 快人一步:系統性能提高之道
- 精通Python自動化編程
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- HTML5秘籍(第2版)
- Raspberry Pi Robotic Projects(Third Edition)
- PrimeFaces Blueprints
- Oracle數據庫編程經典300例
- Java并發編程:核心方法與框架