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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -