Pure Redux - 沒有任何框架的 Redux
如果你沒有使用 Webpack 和 Browserify 等繫結包,請將第一行更改為:
const { createStore } = Redux;
或者在建立商店時直接從 Redux 全域性呼叫它:
const store = Redux.createStore(counter);
如果你沒有使用 Webpack 和 Browserify 等繫結包,請將第一行更改為:
const { createStore } = Redux;
或者在建立商店時直接從 Redux 全域性呼叫它:
const store = Redux.createStore(counter);