Cortex 是用来管理 React 深度嵌套结构的不可变数据存储。主要特性:支持深度嵌套数据使用不可变数据,允许快速比较:shouldComponentUpdate高效的分支更新简单 APIs轻量级 (4.5kB minified and gzip)使用 ES6 编写示例skyline (4-level nested components)file system (arbitrarily deep structure of a single component type)快速开始初始化 cortex 对象var data = {a: 100, b: [1, 2, 3]};