Skip to content

Commit 192082a

Browse files
Merge pull request #404 from reactjs/chore/sidebar
2 parents 2d2a4e4 + 45b972a commit 192082a

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

src/content/learn/conditional-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 條件 Rendering
2+
title: 條件式 Rendering
33
---
44

55
<Intro>

src/content/learn/javascript-in-jsx-with-curly-braces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 在 JSX 中使用 JavaScript 的語法
2+
title: 在 JSX 中使用 JavaScript 的大括號
33
---
44

55
<Intro>

src/content/learn/rendering-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 列表 Rendering
2+
title: Rendering 列表
33
---
44

55
<Intro>

src/sidebarLearn.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -52,144 +52,144 @@
5252
"path": "/learn/describing-the-ui",
5353
"routes": [
5454
{
55-
"title": "Your First Component",
55+
"title": "你的第一個 Component",
5656
"path": "/learn/your-first-component"
5757
},
5858
{
59-
"title": "Importing and Exporting Components",
59+
"title": "Importing Exporting Component",
6060
"path": "/learn/importing-and-exporting-components"
6161
},
6262
{
63-
"title": "Writing Markup with JSX",
63+
"title": "使用 JSX 撰寫標記語言",
6464
"path": "/learn/writing-markup-with-jsx"
6565
},
6666
{
67-
"title": "JavaScript in JSX with Curly Braces",
67+
"title": "JSX 中使用 JavaScript 的大括號",
6868
"path": "/learn/javascript-in-jsx-with-curly-braces"
6969
},
7070
{
71-
"title": "Passing Props to a Component",
71+
"title": "傳遞 Prop 到 Component",
7272
"path": "/learn/passing-props-to-a-component"
7373
},
7474
{
75-
"title": "Conditional Rendering",
75+
"title": "條件式 Rendering",
7676
"path": "/learn/conditional-rendering"
7777
},
7878
{
79-
"title": "Rendering Lists",
79+
"title": "Rendering 列表",
8080
"path": "/learn/rendering-lists"
8181
},
8282
{
83-
"title": "Keeping Components Pure",
83+
"title": "保持 Component 的 Pure",
8484
"path": "/learn/keeping-components-pure"
8585
}
8686
]
8787
},
8888
{
89-
"title": "Adding Interactivity",
89+
"title": "加入互動性",
9090
"path": "/learn/adding-interactivity",
9191
"tags": [],
9292
"routes": [
9393
{
94-
"title": "Responding to Events",
94+
"title": "回應 Event",
9595
"path": "/learn/responding-to-events"
9696
},
9797
{
98-
"title": "State: A Component's Memory",
98+
"title": "StateComponent 的記憶",
9999
"path": "/learn/state-a-components-memory"
100100
},
101101
{
102-
"title": "Render and Commit",
102+
"title": "Render Commit",
103103
"path": "/learn/render-and-commit"
104104
},
105105
{
106-
"title": "State as a Snapshot",
106+
"title": "State 作為 Snapshot",
107107
"path": "/learn/state-as-a-snapshot"
108108
},
109109
{
110-
"title": "Queueing a Series of State Updates",
110+
"title": "將一系列的 State 更新加入隊列",
111111
"path": "/learn/queueing-a-series-of-state-updates"
112112
},
113113
{
114-
"title": "Updating Objects in State",
114+
"title": "更新 State 內的 Object",
115115
"path": "/learn/updating-objects-in-state"
116116
},
117117
{
118-
"title": "Updating Arrays in State",
118+
"title": "更新 State 內的 Array",
119119
"path": "/learn/updating-arrays-in-state"
120120
}
121121
]
122122
},
123123
{
124-
"title": "Managing State",
124+
"title": "管理 State",
125125
"path": "/learn/managing-state",
126126
"tags": ["intermediate"],
127127
"routes": [
128128
{
129-
"title": "Reacting to Input with State",
129+
"title": "State 輸入做出反應",
130130
"path": "/learn/reacting-to-input-with-state"
131131
},
132132
{
133-
"title": "Choosing the State Structure",
133+
"title": "選擇 State 結構",
134134
"path": "/learn/choosing-the-state-structure"
135135
},
136136
{
137-
"title": "Sharing State Between Components",
137+
"title": "在 Component 之間共享 State",
138138
"path": "/learn/sharing-state-between-components"
139139
},
140140
{
141-
"title": "Preserving and Resetting State",
141+
"title": "保留和重置 State",
142142
"path": "/learn/preserving-and-resetting-state"
143143
},
144144
{
145-
"title": "Extracting State Logic into a Reducer",
145+
"title": " State 邏輯提取到 Reducer",
146146
"path": "/learn/extracting-state-logic-into-a-reducer"
147147
},
148148
{
149-
"title": "Passing Data Deeply with Context",
149+
"title": "使用 Context 深度傳遞資料",
150150
"path": "/learn/passing-data-deeply-with-context"
151151
},
152152
{
153-
"title": "Scaling Up with Reducer and Context",
153+
"title": "使用 Reducer Context 進行擴展",
154154
"path": "/learn/scaling-up-with-reducer-and-context"
155155
}
156156
]
157157
},
158158
{
159-
"title": "Escape Hatches",
159+
"title": "逃脫出口",
160160
"path": "/learn/escape-hatches",
161161
"tags": ["advanced"],
162162
"routes": [
163163
{
164-
"title": "Referencing Values with Refs",
164+
"title": "使用 Ref 引用值",
165165
"path": "/learn/referencing-values-with-refs"
166166
},
167167
{
168-
"title": "Manipulating the DOM with Refs",
168+
"title": "使用 Ref 操作 DOM",
169169
"path": "/learn/manipulating-the-dom-with-refs"
170170
},
171171
{
172-
"title": "Synchronizing with Effects",
172+
"title": "與 Effect 同步",
173173
"path": "/learn/synchronizing-with-effects"
174174
},
175175
{
176-
"title": "You Might Not Need an Effect",
176+
"title": "你可能不需要 Effect",
177177
"path": "/learn/you-might-not-need-an-effect"
178178
},
179179
{
180-
"title": "Lifecycle of Reactive Effects",
180+
"title": "反應 Effect 的生命週期",
181181
"path": "/learn/lifecycle-of-reactive-effects"
182182
},
183183
{
184-
"title": "Separating Events from Effects",
184+
"title": "將 Event 與 Effect 分開",
185185
"path": "/learn/separating-events-from-effects"
186186
},
187187
{
188-
"title": "Removing Effect Dependencies",
188+
"title": "移除 Effect 的依賴",
189189
"path": "/learn/removing-effect-dependencies"
190190
},
191191
{
192-
"title": "Reusing Logic with Custom Hooks",
192+
"title": "透過客製化的 Hook 重用邏輯",
193193
"path": "/learn/reusing-logic-with-custom-hooks"
194194
}
195195
]

0 commit comments

Comments
 (0)