Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from reactjs/sync-bc91fe41
Browse files Browse the repository at this point in the history
Sync with reactjs.org @ bc91fe4
  • Loading branch information
iphayao committed Sep 10, 2020
2 parents dffb7ea + 28b832d commit 1c1ab14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
9 changes: 1 addition & 8 deletions content/community/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ Dominic is interested in travelling, drum and bass, stand-up comedy and spending

Luna learned programming because she thought it meant creating video games. Instead, she ended up working on the Pinterest web app, and now on React itself. Luna doesn't want to make video games anymore, but she plans to do creative writing if she ever gets bored.

### Nicolas Gallagher {#nicolas-gallagher}

![Nicolas](../images/team/necolas.jpg)

[@necolas on GitHub](https://github.com/necolas) · [@necolas on Twitter](https://twitter.com/necolas)

Nicolas has majored in anthropology. He started in web development by building a website for a friend, and eventually found himself rebuilding the Twitter website with React. Nicolas describes himself as boring on paper, not much better in real life.

### Rachel Nabors {#rachel-nabors}

![Rachel](../images/team/rnabors.jpg)
Expand Down Expand Up @@ -112,6 +104,7 @@ React was originally created by [Jordan Walke](https://github.com/jordwalke). To
* [Keyan Zhang](https://github.com/keyz)
* [Nat Alison](https://github.com/tesseralis)
* [Nathan Hunzaker](https://github.com/nhunzaker)
* [Nicolas Gallagher](https://github.com/necolas)
* [Paul O'Shannessy](https://github.com/zpao)
* [Pete Hunt](https://github.com/petehunt)
* [Philipp Spiess](https://github.com/philipp-spiess)
Expand Down
2 changes: 1 addition & 1 deletion content/docs/cdn-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: cdn-links
title: CDN Links
permalink: docs/cdn-links.html
prev: create-a-new-react-app.html
next: hello-world.html
next: release-channels.html
---

Both React and ReactDOM are available over a CDN.
Expand Down
4 changes: 4 additions & 0 deletions content/tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,11 @@ const doubled = numbers.map(x => x * 2); // [2, 4, 6]

**[ดูโค้ดเต็มของจุดนี้](https://codepen.io/gaearon/pen/EmmGEa?editors=0010)**

<<<<<<< HEAD
สำหรับการเดินแต่ละครั้งในประวัติของเกมโอ-เอ็กซ์, เราสร้างรายการของ `<li>` ซึ่งมีปุ่ม `<button>` ตัวปุ่มนั้นจะมีฟังก์ชั่น `onClick` เพื่อที่จะรองรับการคลิกแล้วจะเรียกใช้ฟังก์ชั่น `this.jumpTo()` ณ ตรงนี้เราจะยังไม่ทำฟังก์ชั่น `jumpTo()` แต่ตอนนี้, เราควรจะเห็นรายการการเดินที่เกิดขึ้นภายในเกมและคำเตือนในหน้าจอคอนโซลของนักพัฒนาที่กล่าวว่า:
=======
For each move in the tic-tac-toe game's history, we create a list item `<li>` which contains a button `<button>`. The button has a `onClick` handler which calls a method called `this.jumpTo()`. We haven't implemented the `jumpTo()` method yet. For now, we should see a list of the moves that have occurred in the game and a warning in the developer tools console that says:
>>>>>>> bc91fe4101420f98454a59ac34c1cf1d4d4f4476
> คำเตือน:
> ลูกในอาเรย์แต่ละตัวควรจะมีค่าของพร็อบ "key" ที่ไม่ซ้ำกัน ตรวจสอบฟังก์ชั่น `render` ของ "คอมโพเนนท์ Game"
Expand Down
2 changes: 1 addition & 1 deletion src/components/LayoutFooter/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
},
}}>
<a
href="https://code.facebook.com/projects/"
href="https://opensource.facebook.com/projects/"
target="_blank"
rel="noopener">
<img
Expand Down

0 comments on commit 1c1ab14

Please sign in to comment.