摘要: The Immutable.js Map() is analogous to a Javascript Object or Hash since it is comprised of key-value pairs. The Immutable.js List() is analogous to a 阅读全文
posted @ 2016-02-21 23:37 Zhentiw 阅读(339) 评论(0) 推荐(0)
摘要: Immutable.js offers the fromJS() method to build immutable structures from objects and array. Objects are converted into maps. Arrays are converted in 阅读全文
posted @ 2016-02-21 22:53 Zhentiw 阅读(461) 评论(0) 推荐(0)