介绍

介绍

  • 动机
  • 三大原则
  • 先前技术
  • 生态系统
  • 示例
  • Redux 中文文档
  • 目录
  • 介绍
    • 动机
    • 核心概念
    • 三大原则
    • 先前技术
    • 生态系统
    • 示例
  • 基础
    • Action
    • Reducer
    • Store
    • 数据流
    • 搭配 React
    • 示例:Todo List
  • 高级
    • 异步 Action
    • 异步数据流
    • Middleware
    • 搭配 React Router
    • 示例:Reddit API
  • 技巧
    • 迁移到 Redux
    • 使用对象展开运算符
    • 减少样板代码
    • 服务端渲染
    • 编写测试
    • 计算衍生数据
    • 实现撤销重做
    • 子应用隔离
    • 组织 Reducer
      • Reducer 基础概念
      • Reducer 基础结构
      • Reducer 逻辑拆分
      • Reducer 重构示例
      • combineReducers 用法
      • combineReducers 进阶
      • State 范式化
      • Updating Normalized Data
      • Reducer 逻辑复用
      • Immutable Update Patterns
      • 初始化 State
  • 常见问题
    • General
    • Reducer
    • Organizing State
    • Store Setup
    • Action
    • Code Structure
    • Performance
    • React Redux
    • Miscellaneous
  • 排错
  • 词汇表
  • API 文档
    • createStore
    • Store
    • combineReducers
    • applyMiddleware
    • bindActionCreators
    • compose
  • react-redux 文档
    • API
    • 排错