ea-react-dm-v14

简化react和redux的繁杂流程,更简单的数据操作管理

Usage no npm install needed!

<script type="module">
  import eaReactDmV14 from 'https://cdn.skypack.dev/ea-react-dm-v14';
</script>

README

根据gfs-react-dm项目修改,新增实际需要定制功能

将react、redux整合一起使用的繁琐步骤进行封装,对外提供@View、@Control、@Model分别对应react component、redux action、redux store调用

文档请戳文档

安装


npm install ea-react-dm-v14 --save

使用

文档请戳文档

Command

    #测试	
    npm run test	
    #打包	
    npm run build	
    #例子演示	
    npm start

Repair

    `version 1.1.7` 添加返回数据的过滤器,TODO 优化
    `version 1.1.5` 添加回调
    `version 1.1.0` setValueByReducers 添加回调
    `version 1.0.0` 新增Action,双向绑定用