Read Me
1.
介紹
1.1.
動機
1.2.
三大原則
1.3.
先前技術
1.4.
生態系
1.5.
範例
2.
基礎
2.1.
Action
2.2.
Reducer
2.3.
Store
2.4.
資料流
2.5.
搭配 React 運用
2.6.
範例:Todo 清單
3.
進階
3.1.
Async Action
3.2.
非同步資料流
3.3.
Middleware
3.4.
Usage with React Router
3.5.
範例:Reddit API
3.6.
Next Steps
4.
Recipes
4.1.
遷移到 Redux
4.2.
使用 Object Spread 運算子
4.3.
減少 Boilerplate
4.4.
伺服器 Render
4.5.
撰寫測試
4.6.
計算衍生資料
4.7.
實作 Undo 歷史
4.8.
分隔 Redux 子應用程式
5.
常見問答集
6.
疑難排解
7.
術語表
8.
API 參考
8.1.
createStore
8.2.
Store
8.3.
combineReducers
8.4.
applyMiddleware
8.5.
bindActionCreators
8.6.
compose
9.
變更日誌
10.
贊助者
11.
Feedback
Published with GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
Redux
Edit This Page
Recipes
這裡有一些使用案例和程式碼片段讓你在實際的應用程式入門 Redux。這邊假設你已經了解
基礎
和
進階
教學裡的主題。
遷移到 Redux
使用 Object Spread 運算子
減少 Boilerplate
伺服器 Render
撰寫測試
計算衍生資料
實作 Undo 歷史
分隔 Redux 子應用程式