Browse Source

docs(faq): correct 'Ant Design Mobile' (#33341)

pull/33352/head
Curly Brackets 3 years ago
committed by GitHub
parent
commit
bcf4f1d5e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/react/faq.en-US.md
  2. 2
      docs/react/faq.zh-CN.md

2
docs/react/faq.en-US.md

@ -75,7 +75,7 @@ No, `message` is just a function, not a React Component, thus it is not a typo t
### `antd` doesn't work well in mobile.
Please check [And Design Mobile](http://mobile.ant.design) as a possible solution, as `antd` has not been optimized to work well on mobile. You can also try the [react-component](https://github.com/react-component/) repositories which start with 'm-' 'rn-', which are also designed for mobile.
Please check [Ant Design Mobile](http://mobile.ant.design) as a possible solution, as `antd` has not been optimized to work well on mobile. You can also try the [react-component](https://github.com/react-component/) repositories which start with 'm-' 'rn-', which are also designed for mobile.
### Does `antd` supply standalone files like 'React'?

2
docs/react/faq.zh-CN.md

@ -73,7 +73,7 @@ antd 内部会对 props 进行浅比较实现性能优化。当状态变更,
### `antd` 在移动端体验不佳。
请浏览 [And Design Mobile](http://mobile.ant.design) 以了解详情,`antd` 并非针对移动端设计。你可以试试 [react-component](https://github.com/react-component/),其中带有 'm-' 'rn-' 前缀的库是为移动端设计的。
请浏览 [Ant Design Mobile](http://mobile.ant.design) 以了解详情,`antd` 并非针对移动端设计。你可以试试 [react-component](https://github.com/react-component/),其中带有 'm-' 'rn-' 前缀的库是为移动端设计的。
### `antd` 是否有国内镜像?

Loading…
Cancel
Save