redux異步中間件redux-thunk與redux-saga初探

redux通過dispatch action來觸發狀態更新,但是,此方法只支持同步更新,組件內dispatch一個action,會立即到達reducer進行處理。針對異步方法,如從服務器獲取數據等,就需要使用中間件來處理了。 本文例子,git地址:https://github.com/xiongfuquan/createbycli/tree/master/byreactapp 首先看一個不使用任何
相關文章
相關標籤/搜索