immutable.js - How to express List of Type in immutable? -


is there way how express list of type in immutable js?

something like:

const initialstate = record({     propertiestotals: list.of(record({         propertyid: null,         value: 0,     })), }); 

the list.of acctutal method in immutablejs not thing.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -