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
進階
在
基礎章節
,我們已經探討了如何去架構一個簡單的 Redux 應用程式。在這個章節,我們將會探討如何處理 AJAX 和 routing 進到整個架構中。
Async Action
非同步資料流
Middleware
搭配 React Router 運用
範例:Reddit API
接下來