使用 antd react 组件需要 dva 吗?
is dva required to use antd react components?
我刚刚遇到 antd library of react components, and the components look pretty sweet, but i am unclear if their use requires use of the redux-centric dva framework。
我使用 redux,但希望可以灵活地不必与 dva 结合使用(尽管它可能也很不错)...
谁有经验可以评论一下吗?
谢谢!
我在我的项目中同时使用 dva
和 antd
。 antd
和dva
之间的关系类似于react
和redux
之间的关系,因为antd
是一个反应UI组件库,重点在可重用视图组件上,而 dva
基本上是 redux
和 saga
.
的轻量级包装器
dva
不需要使用 antd
。
我刚刚遇到 antd library of react components, and the components look pretty sweet, but i am unclear if their use requires use of the redux-centric dva framework。
我使用 redux,但希望可以灵活地不必与 dva 结合使用(尽管它可能也很不错)...
谁有经验可以评论一下吗?
谢谢!
我在我的项目中同时使用 dva
和 antd
。 antd
和dva
之间的关系类似于react
和redux
之间的关系,因为antd
是一个反应UI组件库,重点在可重用视图组件上,而 dva
基本上是 redux
和 saga
.
dva
不需要使用 antd
。