日期:2019-10-31 阅读:700
dmandwp系统 - wordpress系统和DM系统区块建站>>
https://redux.js.org/introduction/prior-art
https://react-redux.js.org/next/introduction/quick-start
https://www.tutorialspoint.com/redux/redux_middleware.htm
https://github.com/zalmoxisus/redux-devtools-extension
For a basic Redux store simply add:
const store = createStore(
reducer, /* preloadedState, */
+ window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
);
redux+react-redux+示例的快速上手体验 : https://segmentfault.com/a/1190000015684895