非常教程

Redux参考手册

Redux由Dan Abramov在2015年创建的科技术语。是受2014年Facebook的Flux架构以及函数式编程语言Elm启发。很快,Redux因其简单易学体积小在短时间内成为最热门的前端架构。

高级 | Advanced
高级(Advanced) 详细
异步操作(Async Actions) 详细
异步流程(Async Flow) 详细
示例: Reddit API 详细
中间件(Middleware) 详细
使用React路由器(Usage with React Router) 详细
API
API参考(API Reference) 详细
applyMiddleware() 详细
bindActionCreators() 详细
combineReducers() 详细
compose() 详细
createStore() 详细
存储(Store) 详细
基础 | Basics
操作(Actions) 详细
基础(Basics) 详细
数据流(Data Flow) 详细
示例:Todo List 详细
减速器(Reducers) 详细
储存(Store) 详细
React用法(Usage with React) 详细
FAQ
Redux FAQ:操作(Actions) 详细
Redux FAQ:代码结构(Code Structure) 详细
Redux FAQ:常规(General) 详细
Redux FAQ:不可变数据(Immutable Data) 详细
Redux FAQ:杂项(Miscellaneous) 详细
Redux FAQ:组织形态(Organizing State) 详细
Redux FAQ:性能(Performance) 详细
Redux FAQ: React Redux 详细
Redux FAQ: 减速器(Reducers) 详细
Redux FAQ:存储设置(Store Setup) 详细
介绍 | Introduction
核心概念(Core Concepts) 详细
生态系统(Ecosystem) 详细
示例(Examples) 详细
介绍(Introduction) 详细
动机(Motivation) 详细
现有技术(Prior Art) 详细
三个原则(Three Principles) 详细
其他 | Miscellaneous
术语词汇表(Glossary) 详细
教程(Recipes) 详细
Redux FAQ 详细
故障排除(Troubleshooting) 详细
方法 | Recipes
基本减速器结构与样式( Basic Reducer Structure and State Shape ) 详细
超越式CombineReducers(Beyond combineReducers) 详细
计算派生数据( Computing Derived Data ) 详细
不变的更新模式( Immutable Update Patterns ) 详细
实现撤消历史操作( Implementing Undo History ) 详细
初始化状态( Initializing State ) 详细
隔离Redux子应用程序( Isolating Redux Sub-Apps ) 详细
管理规范化数据( Managing Normalized Data ) 详细
迁移至Redux( Migrating to Redux ) 详细
规范化状态( Normalizing State Shape ) 详细
先决条件减速器概念( Prerequisite Reducer Concepts ) 详细
教程( Recipes ) 详细
减少Boilerplate (Reducing Boilerplate ) 详细
用功能分解和Reducer成分重构Reducer逻辑( Refactoring Reducer Logic Using Functional Decomposition and Reducer Composition ) 详细
重用减速器逻辑( Reusing Reducer Logic ) 详细
服务器渲染(Server Rendering) 详细
拆分Reducer逻辑(Splitting Up Reducer Logic) 详细
构造Reducers(Structuring Reducers) 详细
使用combineReducers(Using combineReducers) 详细
使用带Redux的Immutable.JS(Using Immutable.JS with Redux) 详细
使用对象扩展运算符(Using Object Spread Operator) 详细
编写测试( Writing Tests ) 详细

Redux资料

主页 http://redux.js.org/
源码 https://github.com/reactjs/redux/
发布版本 3.7.2