- Mastering Immutable.js
- Adam Boduch
- 32字
- 2021-07-08 10:30:08
Lists of values
You can use the of() method to create lists of values as follows:
const myList = List.of(1, 2, 3);
console.log('myList', myList.toJS());
// -> myList [ 1, 2, 3 ]
推薦閱讀
- Go Web編程
- Learn ECMAScript(Second Edition)
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Python數據分析基礎
- 自己動手寫Java虛擬機
- 基于差分進化的優化方法及應用
- Data Analysis with IBM SPSS Statistics
- HTML5入門經典
- C++新經典
- RabbitMQ Cookbook
- Getting Started with LLVM Core Libraries
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Java編程的邏輯
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)