-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dva@2 #1119
Conversation
我还是觉得 |
|
👍 |
其实 对于使用 react-router@3 的用户继续用 dva@1 就行,没必要提供两个不同名字但是功能相同只是版本不同的库 |
需要考虑公司内部百来个项目的升级问题,不能就不管他们了。。 |
好吧,那我之前在dva-core提的建议呢,我觉得dva应该内部避免重复注册的问题,我记得这个在dva1的时候就有这个问题 |
Will this PR add support for React 16? |
packages/dva/README.md
Outdated
[![NPM downloads](http://img.shields.io/npm/dm/dva-react.svg?style=flat)](https://npmjs.org/package/dva-react) | ||
[![Dependencies](https://david-dm.org/dvajs/dva-react/status.svg)](https://david-dm.org/dvajs/dva-react) | ||
|
||
Official React bindings for dva, with react-router2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里应该是 with react-router@4
吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的。
是否打算使用async await? |
@sorrycc https://ant.design/docs/react/practical-projects-cn 这个文档是否需要更新到 2.0? |
@afc163 我今天更新下。 |
Close #772