createStore () createStore(reducer, [initialState], enhancer) 創建一個Redux store 來以存放應用中所有的state。 應用中應有且僅有一個store。
確定! 回上一頁