引入redux import { createStore } from 'redux'; //創建Store 需要傳遞一個函數fn ... Store接受Action,接受之後需要返回一個新的State(狀態).
確定! 回上一頁