- 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.
推薦閱讀
- Python網絡爬蟲從入門到實踐(第2版)
- x86匯編語言:從實模式到保護模式(第2版)
- HTML5+CSS3網頁設計
- 區塊鏈底層設計Java實戰
- 快速入門與進階:Creo 4·0全實例精講
- Scala編程(第5版)
- Instant Zurb Foundation 4
- Machine Learning for Developers
- 青少年學Python(第2冊)
- HTML5移動前端開發基礎與實戰(微課版)
- MongoDB Cookbook
- jQuery基礎教程(第4版)
- C/C++語言程序開發參考手冊
- Go語言從入門到進階實戰(視頻教學版)
- Drupal 7 Development by Example Beginner’s Guide