Results 4 comments of evan-lin

- [ ] FormProps 无法正确推导出submitButtonProps 和 backButtonProps 属性 ![image](https://user-images.githubusercontent.com/20888672/109471802-3e1d4000-7aac-11eb-986f-98176347231f.png)

> > * [ ] FormProps 无法正确推导出submitButtonProps 和 backButtonProps 属性 > > ![image](https://user-images.githubusercontent.com/20888672/109471802-3e1d4000-7aac-11eb-986f-98176347231f.png) > > ![image](https://user-images.githubusercontent.com/32446924/110788910-34fd5180-82aa-11eb-84f4-bf987eed7d72.png) > 自测无问题,请检查是否安装antd,否则无法引用到antd的类型文件 sorry,引入错了类型,改为 CreateFormProps 就好了。但是 FormProps 根据官网提供的例子,action 无法类型有误 ![image](https://user-images.githubusercontent.com/20888672/111413349-0f909d80-8719-11eb-84fe-3b9f293aadb1.png)

我弄了一个基础版的demo到GitHub上,但是在使用的过程中,初期设计缺陷,很多功能设计的不合理。打算等 vue3 相关组件库稳定后,重写一套

确实dva将redux封装的更佳简化,通过reducer和effects实现非常强大的功能