Skip to content

Commit e7fb1ba

Browse files
committed
docs(cn): fix conflicts
1 parent 44193ac commit e7fb1ba

File tree

4 files changed

+4
-22
lines changed

4 files changed

+4
-22
lines changed

beta/src/pages/index.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ permalink: index.html
2222

2323
## 有多少内容已就绪? {/*how-much-content-is-ready*/}
2424

25-
<<<<<<< HEAD
2625
* [Learn React](/learn): 已完成近 70%。
27-
* [API Reference](/reference): 已完成近 5%。
28-
=======
29-
* [Learn React](/learn): ~70% finished.
30-
* [API Reference](/apis): ~5% finished.
31-
>>>>>>> 20f0fe280f3c122df7541256b983c46e21e33b20
26+
* [API Reference](/apis): 已完成近 5%。
3227

3328
你可以 [在 Github 上](https://github.com/reactjs/reactjs.org/issues/3308) 追踪我们的进度。
3429

beta/src/pages/learn/add-react-to-a-website.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,8 @@ return <button onClick={() => setLiked(true)}>Like</button>;
233233

234234
最初引入 JSX 是为了想让 React 编写组件的感觉就像编写 HTML 一样简单,但总有例外,你不想或者不能使用 JSX,此时可以参考其他两种解决方案:
235235

236-
<<<<<<< HEAD
237236
- 使用像 [htm](https://github.com/developit/htm) 这样的 JSX 替代品,它不使用编译器——它使用 JavaScript 原生的带标签的模板字符串。
238-
- 使用 [`React.createElement()`](/reference/createelement),它具有下面解释的特殊结构。
239-
=======
240-
- Use a JSX alternative like [htm](https://github.com/developit/htm) which doesn't use a compiler—it uses JavaScript's native Tagged Templates.
241-
- Use [`React.createElement()`](/apis/createelement), which has a special structure explained below.
242-
>>>>>>> 20f0fe280f3c122df7541256b983c46e21e33b20
237+
- 使用 [`React.createElement()`](/apis/createelement),它具有下面解释的特殊结构。
243238

244239
用 JSX 编写的代码:
245240

beta/src/pages/learn/responding-to-events.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,7 @@ button { margin-right: 10px; }
235235

236236
### 命名事件处理函数 prop {/*naming-event-handler-props*/}
237237

238-
<<<<<<< HEAD
239-
内置组件(`<button>``<div>`)仅支持 [浏览器事件名称](/reference/reactdom-api),例如 `onClick`。但是,当你构建自己的组件时,你可以按你个人喜好命名事件处理函数的 prop。
240-
=======
241-
Built-in components like `<button>` and `<div>` only support [browser event names](/apis/reactdom-api) like `onClick`. However, when you're building your own components, you can name their event handler props any way that you like.
242-
>>>>>>> 20f0fe280f3c122df7541256b983c46e21e33b20
238+
内置组件(`<button>``<div>`)仅支持 [浏览器事件名称](/apis/reactdom-api),例如 `onClick`。但是,当你构建自己的组件时,你可以按你个人喜好命名事件处理函数的 prop。
243239

244240
> 按照惯例,事件处理函数 props 应该以 `on` 开头,后跟一个大写字母。
245241

content/community/conferences.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,12 @@ June 17 & 21, 2022. In-person in Amsterdam, Netherlands + remote first interacti
4646

4747
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
4848

49-
<<<<<<< HEAD
50-
## 往届会议 {#past-conferences}
51-
=======
5249
### React India 2022 {#react-india-2022}
5350
September 22 - 24, 2022. In-person in Goa, India + remote (hybrid event)
5451

5552
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia) - [Videos](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w)
5653

57-
## Past Conferences {#past-conferences}
58-
>>>>>>> 20f0fe280f3c122df7541256b983c46e21e33b20
54+
## 往届会议 {#past-conferences}
5955

6056
### React Conf 2021 {#react-conf-2021}
6157
December 8, 2021 - remote event (replay event on December 9)

0 commit comments

Comments
 (0)