Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gfs-react-dm

future-team66MIT2.0.13

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

react, react redux, redux, mvc, mvvm, javascript

readme

gfs-react-dm

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

文档请戳文档

安装


npm install gfs-react-dm --save

使用

文档请戳文档

Command

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