Redux框架之createStore()用法講解

createStore() createStore(reducer, [initialState], enhancer) 創建一個 Redux store 來以存放應用中所有的 state。 應用中應有且僅有一個 store。 參數 reducer (Function): 接收兩個參數,分別是當前的 state 樹和要處理的 action,返回新的 state 樹。 [initialState]
相關文章
相關標籤/搜索