-
Notifications
You must be signed in to change notification settings - Fork 1.1k
finish translate higher-order-component.md #151
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
Conversation
Deploy preview for cn-reactjs ready! Built with commit d2d25df |
Deploy preview for zh-hans-reactjs ready! Built with commit d2d25df |
你的中文排版有问题 |
@QC-L 具体?有相关的拍版规范么?我这边是正常按照一段段拍版的。 |
@QC-L 更新了,请 review |
@Jokcy 辛苦 |
|
||
This form may seem confusing or unnecessary, but it has a useful property. Single-argument HOCs like the one returned by the `connect` function have the signature `Component => Component`. Functions whose output type is the same as its input type are really easy to compose together. | ||
换句话说,`connect` 是一个高阶方法,他返回一个 HOC! | ||
|
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.
多余的一行
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.
这里不是很清楚,对比一下英文也是有换行的
@ghycy15 大部分已经更新,请review |
这里为什么和另一个PR重复了:#170 |
Finish translate higher-order-component.md. Please review it!