Skip to content

Commit 71ad647

Browse files
committed
Update part 2 Chinese translation, including titles.
1 parent a08c2c1 commit 71ad647

File tree

7 files changed

+1156
-824
lines changed

7 files changed

+1156
-824
lines changed

src/content/2/zh/part2.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ lang: zh
77
<div class="intro">
88

99
<!-- Let's continue our introduction to React. First, we will take a look at how to render a data collection, like a list of names, to the screen. After this, we will inspect how a user can submit data to a React application using HTML forms. Next, our focus shifts towards looking at how JavaScript code in the browser can fetch and handle data stored in a remote backend server. Lastly, we will take a quick look at a few simple ways of adding CSS styles to our React applications.-->
10-
让我们继续介绍React。首先,我们将看看如何在屏幕上渲染一个数据集合,比如一个名字的列表。在这之后,我们将探究用户如何使用HTML表单向React应用提交数据。接下来,我们的重点将转移到查看浏览器中的JavaScript代码,看其如何获取和处理存储在远程后端服务器中的数据。最后,我们将快速浏览一下向React应用添加CSS样式的几个简单方法。
10+
让我们继续介绍React。首先,我们将看看如何在屏幕上渲染一个数据集合,比如一个名字的列表。在这之后,我们将探究用户如何使用HTML表单向React应用提交数据。接下来,我们的重点将转移到查看浏览器中的JavaScript代码,看其如何获取和处理存储在远程后端服务器中的数据。最后,我们将快速浏览一下向React应用添加CSS样式的几种简单方法。
11+
12+
<!-- <i>Part updated on 16th February 2025</i> -->
13+
<i>原文更新于2025年2月16日</i>
14+
<!-- - <i>Node updated to version v22.3.0</i> -->
15+
- <i>Node更新至版本22.3.0</i>
16+
1117
</div>

src/content/2/zh/part2a.md

Lines changed: 187 additions & 179 deletions
Large diffs are not rendered by default.

src/content/2/zh/part2b.md

Lines changed: 108 additions & 103 deletions
Large diffs are not rendered by default.

src/content/2/zh/part2c.md

Lines changed: 195 additions & 298 deletions
Large diffs are not rendered by default.

src/content/2/zh/part2d.md

Lines changed: 197 additions & 155 deletions
Large diffs are not rendered by default.

src/content/2/zh/part2e.md

Lines changed: 459 additions & 85 deletions
Large diffs are not rendered by default.

src/content/partnavigation/partnavigation.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ module.exports = {
168168
d: '复杂状态,调试React应用',
169169
},
170170
2: {
171-
a: '从渲染集合到模块学习',
171+
a: '渲染集合与模块',
172172
b: '表单',
173-
c: '从服务器获取数据',
174-
d: '在服务端将数据Alert出来',
173+
c: '获取服务端的数据',
174+
d: '修改服务端的数据',
175175
e: '给React应用加点样式',
176176
},
177177
3: {

0 commit comments

Comments
 (0)