Skip to content

Commit 9728c4f

Browse files
merging all conflicts
2 parents 9e81689 + bc91fe4 commit 9728c4f

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

content/community/team.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ Dominic is interested in travelling, drum and bass, stand-up comedy and spending
5454

5555
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.
5656

57-
### Nicolas Gallagher {#nicolas-gallagher}
58-
59-
![Nicolas](../images/team/necolas.jpg)
60-
61-
[@necolas on GitHub](https://github.com/necolas) · [@necolas on Twitter](https://twitter.com/necolas)
62-
63-
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.
64-
6557
### Rachel Nabors {#rachel-nabors}
6658

6759
![Rachel](../images/team/rnabors.jpg)
@@ -112,6 +104,7 @@ React was originally created by [Jordan Walke](https://github.com/jordwalke). To
112104
* [Keyan Zhang](https://github.com/keyz)
113105
* [Nat Alison](https://github.com/tesseralis)
114106
* [Nathan Hunzaker](https://github.com/nhunzaker)
107+
* [Nicolas Gallagher](https://github.com/necolas)
115108
* [Paul O'Shannessy](https://github.com/zpao)
116109
* [Pete Hunt](https://github.com/petehunt)
117110
* [Philipp Spiess](https://github.com/philipp-spiess)

content/docs/cdn-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: cdn-links
33
title: Посилання на CDN
44
permalink: docs/cdn-links.html
55
prev: create-a-new-react-app.html
6-
next: hello-world.html
6+
next: release-channels.html
77
---
88

99
Як React, так і ReactDOM доступні через CDN.

content/tutorial/tutorial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,11 @@ const doubled = numbers.map(x => x * 2); // [2, 4, 6]
10451045

10461046
**[Проглянути повний код цього кроку](https://codepen.io/gaearon/pen/EmmGEa?editors=0010)**
10471047

1048+
<<<<<<< HEAD
10481049
Для кожного ходу в історії гри ми створюємо пункт списку `<li>`, який містить кнопку `<button>`. Кнопка має обробник `onClick`, який викликає метод `this.jumpTo()`. Ми ще не запровадили метод `jumpTo()`. На даний момент ми маємо бачити список ходів, зроблених під час гри, та попередження в інструментах розробника, що перекладається наступним чином:
1050+
=======
1051+
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:
1052+
>>>>>>> bc91fe4101420f98454a59ac34c1cf1d4d4f4476
10491053
10501054
> Попередження:
10511055
> Кожен дочірній компонент у масиві або ітераторі повинен мати унікальний проп "key". Перевірте метод render у "Game".

src/components/LayoutFooter/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
122122
},
123123
}}>
124124
<a
125-
href="https://code.facebook.com/projects/"
125+
href="https://opensource.facebook.com/projects/"
126126
target="_blank"
127127
rel="noopener">
128128
<img

0 commit comments

Comments
 (0)