- 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 ]
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- 零基礎玩轉區塊鏈
- Interactive Data Visualization with Python
- MongoDB for Java Developers
- Java加密與解密的藝術
- 數據結構(C語言)
- Python貝葉斯分析(第2版)
- 可解釋機器學習:模型、方法與實踐
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 詳解MATLAB圖形繪制技術
- Unity 2018 Augmented Reality Projects
- Python 3 數據分析與機器學習實戰
- Python程序設計開發寶典
- Exploring SE for Android
- Instant Automapper