Skip to content

Commit c2d1849

Browse files
SamuelePiazzesimattia-sanfilippodeblasis
authored
Thinking in react translation (#421)
* init translation * finish translation * finisth translation * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Mattia Sanfilippo <[email protected]> * chore(thinking-in-react): updated references as well * Update src/content/learn/thinking-in-react.md Co-authored-by: Alessandro De Blasis <[email protected]> * Update src/content/learn/thinking-in-react.md Co-authored-by: Alessandro De Blasis <[email protected]> --------- Co-authored-by: Mattia Sanfilippo <[email protected]> Co-authored-by: Alessandro De Blasis <[email protected]>
1 parent 4bfe420 commit c2d1849

6 files changed

+131
-131
lines changed

Diff for: src/content/blog/2023/03/16/introducing-react-dev.md

+37-37
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ body {
222222

223223
</Sandpack>
224224

225-
We'd also like to highlight [Thinking in React](/learn/thinking-in-react)—that's the tutorial that made React "click" for many of us. **We've updated both of these classic tutorials to use function components and Hooks,** so they're as good as new.
225+
We'd also like to highlight [Pensare in React](/learn/thinking-in-react)—that's the tutorial that made React "click" for many of us. **We've updated both of these classic tutorials to use function components and Hooks,** so they're as good as new.
226226

227227
<Note>
228228

@@ -276,17 +276,17 @@ export default function PackingList() {
276276
<section>
277277
<h1>Sally Ride's Packing List</h1>
278278
<ul>
279-
<Item
280-
isPacked={true}
281-
name="Space suit"
279+
<Item
280+
isPacked={true}
281+
name="Space suit"
282282
/>
283-
<Item
284-
isPacked={true}
285-
name="Helmet with a golden leaf"
283+
<Item
284+
isPacked={true}
285+
name="Helmet with a golden leaf"
286286
/>
287-
<Item
288-
isPacked={false}
289-
name="Photo of Tam"
287+
<Item
288+
isPacked={false}
289+
name="Photo of Tam"
290290
/>
291291
</ul>
292292
</section>
@@ -314,17 +314,17 @@ export default function PackingList() {
314314
<section>
315315
<h1>Sally Ride's Packing List</h1>
316316
<ul>
317-
<Item
318-
isPacked={true}
319-
name="Space suit"
317+
<Item
318+
isPacked={true}
319+
name="Space suit"
320320
/>
321-
<Item
322-
isPacked={true}
323-
name="Helmet with a golden leaf"
321+
<Item
322+
isPacked={true}
323+
name="Helmet with a golden leaf"
324324
/>
325-
<Item
326-
isPacked={false}
327-
name="Photo of Tam"
325+
<Item
326+
isPacked={false}
327+
name="Photo of Tam"
328328
/>
329329
</ul>
330330
</section>
@@ -362,17 +362,17 @@ export default function PackingList() {
362362
<section>
363363
<h1>Sally Ride's Packing List</h1>
364364
<ul>
365-
<Item
366-
importance={9}
367-
name="Space suit"
365+
<Item
366+
importance={9}
367+
name="Space suit"
368368
/>
369-
<Item
370-
importance={0}
371-
name="Helmet with a golden leaf"
369+
<Item
370+
importance={0}
371+
name="Helmet with a golden leaf"
372372
/>
373-
<Item
374-
importance={6}
375-
name="Photo of Tam"
373+
<Item
374+
importance={6}
375+
name="Photo of Tam"
376376
/>
377377
</ul>
378378
</section>
@@ -406,17 +406,17 @@ export default function PackingList() {
406406
<section>
407407
<h1>Sally Ride's Packing List</h1>
408408
<ul>
409-
<Item
410-
importance={9}
411-
name="Space suit"
409+
<Item
410+
importance={9}
411+
name="Space suit"
412412
/>
413-
<Item
414-
importance={0}
415-
name="Helmet with a golden leaf"
413+
<Item
414+
importance={0}
415+
name="Helmet with a golden leaf"
416416
/>
417-
<Item
418-
importance={6}
419-
name="Photo of Tam"
417+
<Item
418+
importance={6}
419+
name="Photo of Tam"
420420
/>
421421
</ul>
422422
</section>

Diff for: src/content/learn/sharing-state-between-components.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ In a React application, many components will have their own state. Some state ma
308308

309309
Your app will change as you work on it. It is common that you will move state down or back up while you're still figuring out where each piece of the state "lives". This is all part of the process!
310310

311-
To see what this feels like in practice with a few more components, read [Thinking in React.](/learn/thinking-in-react)
311+
To see what this feels like in practice with a few more components, read [Pensare in React.](/learn/thinking-in-react)
312312

313313
<Recap>
314314

@@ -323,7 +323,7 @@ To see what this feels like in practice with a few more components, read [Thinki
323323

324324
#### Synced inputs {/*synced-inputs*/}
325325

326-
These two inputs are independent. Make them stay in sync: editing one input should update the other input with the same text, and vice versa.
326+
These two inputs are independent. Make them stay in sync: editing one input should update the other input with the same text, and vice versa.
327327

328328
<Hint>
329329

@@ -571,7 +571,7 @@ function SearchBar({ query, onChange }) {
571571
function List({ items }) {
572572
return (
573573
<table>
574-
<tbody>
574+
<tbody>
575575
{items.map(food => (
576576
<tr key={food.id}>
577577
<td>{food.name}</td>

0 commit comments

Comments
 (0)