晴明的博客园 GitHub      CodePen      CodeWars     
摘要: Map:键值对集合,对应于 Object,ES6 也有专门的 Map 对象 List:有序可重复的列表,对应于 Array Set:无序且不可重复的列表 List可以使用部分与原本Array同名的方法 map List Set Structural Sharing Support Lazy Oper 阅读全文
posted @ 2016-08-09 16:35 晴明桑 阅读(438) 评论(0) 推荐(0) 编辑
摘要: Creates a Redux [store] that holds the complete state tree of your app. There should only be a single store in your app. Arguments 1. (Function) : A [ 阅读全文
posted @ 2016-08-09 14:37 晴明桑 阅读(192) 评论(0) 推荐(0) 编辑