摘要:
Map:键值对集合,对应于 Object,ES6 也有专门的 Map 对象 List:有序可重复的列表,对应于 Array Set:无序且不可重复的列表 List可以使用部分与原本Array同名的方法 map List Set Structural Sharing Support Lazy Oper 阅读全文
摘要:
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 [ 阅读全文