createStore 顧名思義就是拿來建立 store 的玩意兒。 ... createStore; // ES 5 include redux.js in HTML import { createStore } from 'redux'; ...
確定! 回上一頁