Skip to content

Commit 3413e74

Browse files
BlakeNekolovelokiawxiaoxian2020
authored
docs(cn): translate learn/setup into Chinese (#1669)
Co-authored-by: Xleine <xleine@qq.com> Co-authored-by: Xavi Lee <xavilee2002@outlook.com>
1 parent f9b20e0 commit 3413e74

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/content/learn/setup.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: Setup
2+
title: 配置
33
---
44
<Intro>
55

6-
React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
6+
React 可与编辑器、TypeScript、浏览器扩展和编译器等多种工具集成。本节将帮助你完成环境的配置。
77

88
</Intro>
99

10-
## Editor Setup {/*editor-setup*/}
10+
## 编辑器配置 {/*editor-setup*/}
1111

12-
See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React.
12+
请参阅我们的 [推荐编辑器](/learn/editor-setup),了解如何配置它们以与 React 协同工作。
1313

14-
## Using TypeScript {/*using-typescript*/}
14+
## 使用 TypeScript {/*using-typescript*/}
1515

16-
TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript).
16+
TypeScript 是一种为 JavaScript 代码库添加类型定义的流行方式。[了解如何将 TypeScript 集成到你的 React 项目中](/learn/typescript)
1717

18-
## React Developer Tools {/*react-developer-tools*/}
18+
## React 开发者工具 {/*react-developer-tools*/}
1919

20-
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](learn/react-developer-tools).
20+
React 开发者工具是一款浏览器扩展,它能够检查 React 组件、编辑 props state,并识别性能问题。在 [这里](learn/react-developer-tools) 了解如何安装它。
2121

2222
## React Compiler {/*react-compiler*/}
2323

24-
React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).
24+
React Compiler 是一款自动优化 React 应用程序的工具。[了解更多](/learn/react-compiler)
2525

26-
## Next steps {/*next-steps*/}
26+
## 下一步 {/*next-steps*/}
2727

28-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
28+
前往 [快速入门](/learn) 指南,了解你每天都会遇到的最重要的 React 概念。

0 commit comments

Comments
 (0)