Skip to content

Commit f2d6bd8

Browse files
Merge pull request #71 from reactjs/sync-b4b59062
Sync with reactjs.org @ b4b5906
2 parents 96dfa09 + 2665e3f commit f2d6bd8

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

Diff for: content/community/courses.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ permalink: community/courses.html
1818

1919
- [React Armory: Learn React by Itself](https://reactarmory.com/guides/learn-react-by-itself) - With React Armory, you can learn React without the buzzwords.
2020

21-
- [The Road to Learn React](https://www.robinwieruch.de/the-road-to-learn-react/) - Build a real world application in plain React without complicated tooling.
22-
2321
- [Egghead.io: The Beginner's Guide to ReactJS](https://egghead.io/courses/the-beginner-s-guide-to-reactjs) - Free course for React newbies and those looking to get a better understanding of React fundamentals.
2422

2523
- [Free React Bootcamp](https://tylermcginnis.com/free-react-bootcamp/) - Recordings from three days of a free online React bootcamp.
@@ -49,3 +47,5 @@ permalink: community/courses.html
4947
- [Tyler McGinnis](https://tylermcginnis.com/courses) - Tyler McGinnis provides access to his courses for a monthly fee. Courses include "React Fundamentals" and "Universal React".
5048

5149
- [Mastering React](https://codewithmosh.com/p/mastering-react/) - Build professional interactive apps with React.
50+
51+
- [Road to React](https://www.roadtoreact.com/) - Your journey to master React in JavaScript.

Diff for: content/docs/concurrent-mode-patterns.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ The tradeoff we're making here is that `<ProfileTimeline>` will be inconsistent
792792

793793
Whether or not it's an appropriate tradeoff depends on the situation. But it's a handy tool, especially when the content doesn't change noticeably between items, and the user might not even realize they were looking at a stale version for a second.
794794

795-
It's worth noting that `useDeferredValue` is not *only* useful for data fetching. It also helps when an expensive component tree causes an interaction (e.g. typing in an input) to be sluggish. Just like we can "defer" a value that takes too long to fetch (and show its old value despite others components updating), we can do this with trees that take too long to render.
795+
It's worth noting that `useDeferredValue` is not *only* useful for data fetching. It also helps when an expensive component tree causes an interaction (e.g. typing in an input) to be sluggish. Just like we can "defer" a value that takes too long to fetch (and show its old value despite other components updating), we can do this with trees that take too long to render.
796796

797797
For example, consider a filterable list like this:
798798

@@ -926,7 +926,7 @@ function ProfilePage({ resource }) {
926926

927927
The `revealOrder="forwards"` option means that the closest `<Suspense>` nodes inside this list **will only "reveal" their content in the order they appear in the tree -- even if the data for them arrives in a different order**. `<SuspenseList>` has other interesting modes: try changing `"forwards"` to `"backwards"` or `"together"` and see what happens.
928928

929-
You can control how many loading states are visible at once with the `tail` prop. If we specify `tail="collapsed"`, we'll see *at most one* fallback at the time. You can play with it [here](https://codesandbox.io/s/adoring-almeida-1zzjh).
929+
You can control how many loading states are visible at once with the `tail` prop. If we specify `tail="collapsed"`, we'll see *at most one* fallback at a time. You can play with it [here](https://codesandbox.io/s/adoring-almeida-1zzjh).
930930

931931
Keep in mind that `<SuspenseList>` is composable, like anything in React. For example, you can create a grid by putting several `<SuspenseList>` rows inside a `<SuspenseList>` table.
932932

Diff for: content/docs/create-a-new-react-app.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ A következő eszközláncok több rugalmasságot és lehetőséget biztosítana
7474

7575
- A **[Neutrino](https://neutrinojs.org/)** kombinálja a [webpack](https://webpack.js.org/) erejét a presetek egyszerűségével, és tartalmaz egy presetet [React alkalmazásokhoz](https://neutrinojs.org/packages/react/) és [React komponensekhez](https://neutrinojs.org/packages/react-components/).
7676

77+
- Az **[Nx](https://nx.dev/react)** egy full-stack monorepo fejlesztéshez való eszközkészlet, ami egyebek mellett beépített React, Next.js, [Express](https://expressjs.com/) támogatással is rendelkezik.
78+
7779
- A **[Parcel](https://parceljs.org/)** egy gyors, konfigurálást nem igénylő webalkalmazás csomagoló ami [Reacttel is működik](https://parceljs.org/recipes.html#react).
7880

7981
- A **[Razzle](https://github.com/jaredpalmer/razzle)** egy konfigurálást nem igénylő szerveroldali renderelő keretrendszer, de több rugalmasságot biztosít, mint a Next.js.

Diff for: content/docs/lists-and-keys.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ function NumberList(props) {
185185
const numbers = props.numbers;
186186
const listItems = numbers.map((number) =>
187187
// Helyes! A kulcsot itt kell definiálni:
188-
<ListItem key={number.toString()}
189-
value={number} />
188+
<ListItem key={number.toString()} value={number} />
190189
);
191190
return (
192191
<ul>

Diff for: content/docs/state-and-lifecycle.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Vegyük át gyorsan mi is történik és a metódusok milyen sorrendben vannak m
316316

317317
5) Ha a `Clock` komponens el lesz távolítva a DOM-ból, a React meghívja a `componentWillUnmount()` életciklus metódust és az időzítő így megáll.
318318

319-
## Az állapot helyes használata {#using-state-Helyesly}
319+
## Az állapot helyes használata {#using-state-correctly}
320320

321321
Három dolog van, amit tudnod kell a `setState()` metódusról.
322322

@@ -417,12 +417,6 @@ Ezért van az, hogy az állapotot gyakran hívjuk helyinek, vagy egységbe zárt
417417

418418
Egy komponens dönthet úgy, hogy leküldi a saját állapotát prop-ként a gyermek komponenseinek:
419419

420-
```js
421-
<h2>Az idő {this.state.date.toLocaleTimeString()}.</h2>
422-
```
423-
424-
Ez működik felhasználó által definiált komponensnél is:
425-
426420
```js
427421
<FormattedDate date={this.state.date} />
428422
```

Diff for: src/css/reset.css

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ html {
1313
body {
1414
overflow-x: hidden;
1515
position: relative;
16+
filter: grayscale(100%);
1617
}
1718

1819
* {

0 commit comments

Comments
 (0)