- 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 ]
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計模式
- Java Web開發(fā)技術(shù)教程
- Java:High-Performance Apps with Java 9
- 西門子S7-200 SMART PLC編程從入門到實踐
- 小程序從0到1:微信全棧工程師一本通
- Application Development with Swift
- R語言數(shù)據(jù)挖掘:實用項目解析
- NGUI for Unity
- Mastering OAuth 2.0
- 網(wǎng)頁設(shè)計與制作
- Getting Started with Windows Server Security
- Instant AppFog
- Java EE應(yīng)用開發(fā)及實訓
- 構(gòu)建跨平臺APP:響應(yīng)式UI設(shè)計入門