Skip to content

Commit 112b2ab

Browse files
authored
docs: translate installation (#1677)
2 parents 8d7c60e + 58d28c3 commit 112b2ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/learn/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ React 文档中的大部分页面都包含这样的 sandbox。除 React 文档
3838

3939
如果你想开始一个新的 React 应用,你可以用我们推荐的框架 [创建一个 React 应用](/learn/creating-a-react-app)
4040

41-
## Build a React App from Scratch {/*build-a-react-app-from-scratch*/}
41+
## 从零构建一个 React 应用 {/*build-a-react-app-from-scratch*/}
4242

43-
If a framework is not a good fit for your project, you prefer to build your own framework, or you just want to learn the basics of a React app you can [build a React app from scratch](/learn/build-a-react-app-from-scratch).
43+
如果框架不适合你的项目,你更倾向于自己配置框架,或者你只是单纯想学习配置 React 应用的基础知识,你可以参照 [从零构建一个 React 应用](/learn/build-a-react-app-from-scratch).
4444

4545

4646
## 添加 React 到一个已有的项目 {/*add-react-to-an-existing-project*/}
4747

4848

4949
<Note>
5050

51-
#### Should I use Create React App? {/*should-i-use-create-react-app*/}
51+
#### 我还应该用 Create React App 么? {/*should-i-use-create-react-app*/}
5252

53-
No. Create React App has been deprecated. For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
53+
不, Create React App 已经不建议使用。更多信息可参照 [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
5454

5555
</Note>
5656

0 commit comments

Comments
 (0)