摘要:
shopcar/store.js shopcar/reducer.js shopcar/reduce/state.js shopcar/reduce/reducer.js shopcar/reduce/action.js index.js 阅读全文
摘要:
import React, { Component } from 'react'; import './App.css'; import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; import action from './react-redux/todos/action' // ui 组件 只... 阅读全文
摘要:
store.js 在redux中 store 是唯一的。 reduce.js 合并所以reducer 在todos模块(文件夹)下 state.js reducer.js action.js actions.js App.js 阅读全文