Skip to content

Commit 7a0d91a

Browse files
merging all conflicts
2 parents ba53f45 + bc91fe4 commit 7a0d91a

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

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 linkek
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
A React és a ReactDOM egyaránt elérhető CDN-en keresztül.

content/tutorial/tutorial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,11 @@ Most pedig `képezzük le` a `history`-t a Game komponens `render` metódusában
10461046

10471047
**[Nézd meg a teljes kódot ezen a ponton](https://codepen.io/gaearon/pen/EmmGEa?editors=0010)**
10481048

1049+
<<<<<<< HEAD
10491050
A tic-tac-toe játék lépéstörténetében minden lépéshez létrehozunk egy `<li>`-t, ami tartalmaz egy `<button>` gombot. A gomb rendelkezik egy `onClick` kezelővel, ami meghív egy `this.jumpTo()` metódust. A `jumpTo()` metódust még nem implementáltuk. Egyenlőre egy listát kell látnunk a lépésekről, amik már megtörténtek a játék során, és egy figyelmeztetést a fejlesztői eszközözök konzolban, ami azt mondja:
1051+
=======
1052+
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:
1053+
>>>>>>> bc91fe4101420f98454a59ac34c1cf1d4d4f4476
10501054
10511055
> Warning:
10521056
> Each child in an array or iterator should have a unique "key" prop. Check the render method of "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)