combineReducer 將reducer.js拆分爲多個小的reducer,便於數據管理import { combineReducers } from 'redux' 可以在每一個組件下面創建屬於自己的store, ...
確定! 回上一頁