We pass to createStore function of redux the reducer (can be also a product of combineReducers). The function produces the store: import { createStore } ...
確定! 回上一頁