Skip to content

Commit f97f53d

Browse files
authored
Merge pull request #919 from SSakutaro/tr/react-videos
Translate "react-videos" blog post
2 parents b048803 + 4bc1863 commit f97f53d

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

src/content/community/videos.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,72 +10,73 @@ React および React のエコシステムについて説明している動画
1010

1111
## React Conf 2024 {/*react-conf-2024*/}
1212

13-
At React Conf 2024, Meta CTO [Andrew "Boz" Bosworth](https://www.threads.net/@boztank) shared a welcome message to kick off the conference:
13+
React Conf 2024 では、Meta CTO [Andrew "Boz" Bosworth](https://www.threads.net/@boztank) が開会の挨拶を述べました。
1414

1515
<YouTubeIframe src="https://www.youtube.com/embed/T8TZQ6k4SLE?t=975s" title="Boz and Seth Intro" />
1616

17-
### React 19 Keynote {/*react-19-keynote*/}
17+
### React 19 キーノート {/*react-19-keynote*/}
1818

19-
In the Day 1 keynote, we shared vision for React starting with React 19 and the React Compiler. Watch the full keynote from [Joe Savona](https://twitter.com/en_JS), [Lauren Tan](https://twitter.com/potetotes), [Andrew Clark](https://twitter.com/acdlite), [Josh Story](https://twitter.com/joshcstory), [Sathya Gunasekaran](https://twitter.com/_gsathya), and [Mofei Zhang](https://twitter.com/zmofei):
19+
初日のキーノートでは、React コンパイラと React 19 から始まる React のビジョンについて発表しました。[Joe Savona](https://twitter.com/en_JS)[Lauren Tan](https://twitter.com/potetotes)[Andrew Clark](https://twitter.com/acdlite)[Josh Story](https://twitter.com/joshcstory)[Sathya Gunasekaran](https://twitter.com/_gsathya)[Mofei Zhang](https://twitter.com/zmofei) による完全なキーノートは以下で視聴できます:
2020

2121

2222
<YouTubeIframe src="https://www.youtube.com/embed/lyEKhv8-3n0" title="YouTube video player" />
2323

24-
### React Unpacked: A Roadmap to React 19 {/*react-unpacked-a-roadmap-to-react-19*/}
24+
### React Unpacked: React 19へのロードマップ {/*react-unpacked-a-roadmap-to-react-19*/}
25+
26+
React 19 では Actions、`use()``useOptimistic` など、新機能が導入されました。React 19 の新機能についてさらに詳しく知りたい方は、[Sam Selikoff](https://twitter.com/samselikoff) の講演をご覧ください:
2527

26-
React 19 introduced new features including Actions, `use()`, `useOptimistic` and more. For a deep dive on using new features in React 19, see [Sam Selikoff's](https://twitter.com/samselikoff) talk:
2728

2829
<YouTubeIframe src="https://www.youtube.com/embed/R0B2HsSM78s" title="React Unpacked: A Roadmap to React 19" />
2930

30-
### What's New in React 19 {/*whats-new-in-react-19*/}
31+
### React 19の新機能 {/*whats-new-in-react-19*/}
3132

32-
[Lydia Hallie](https://twitter.com/lydiahallie) gave a visual deep dive of React 19's new features:
33+
[Lydia Hallie](https://twitter.com/lydiahallie) React 19 の新機能を視覚的に分かりやすく解説しました:
3334

3435
<YouTubeIframe src="https://www.youtube.com/embed/AJOGzVygGcY" title="What's New in React 19" />
3536

36-
### React 19 Deep Dive: Coordinating HTML {/*react-19-deep-dive-coordinating-html*/}
37+
### React 19 Deep Dive: HTML の協調 {/*react-19-deep-dive-coordinating-html*/}
3738

38-
[Josh Story](https://twitter.com/joshcstory) provided a deep dive on the document and resource streaming APIs in React 19:
39+
[Josh Story](https://twitter.com/joshcstory) が React 19 のドキュメントおよびリソースストリーミング API について詳細な解説を行いました:
3940

4041
<YouTubeIframe src="https://www.youtube.com/embed/IBBN-s77YSI" title="React 19 Deep Dive: Coordinating HTML" />
4142

42-
### React for Two Computers {/*react-for-two-computers*/}
43+
### React を2つのコンピュータで {/*react-for-two-computers*/}
4344

44-
[Dan Abramov](https://bsky.app/profile/danabra.mov) imagined an alternate history where React started server-first:
45+
[Dan Abramov](https://bsky.app/profile/danabra.mov) は、もし React がサーバファーストで始まっていたらどうなっていたかを想像しました:
4546

4647
<YouTubeIframe src="https://www.youtube.com/embed/ozI4V_29fj4" title="React for Two Computers" />
4748

48-
### Forget About Memo {/*forget-about-memo*/}
49+
### Memo を忘れよう {/*forget-about-memo*/}
4950

50-
[Lauren Tan](https://twitter.com/potetotes) gave a talk on using the React Compiler in practice:
51+
[Lauren Tan](https://twitter.com/potetotes) が、React Compiler を実践的に利用する方法について講演しました:
5152

5253
<YouTubeIframe src="https://www.youtube.com/embed/lvhPq5chokM" title="Forget About Memo" />
5354

54-
### React Compiler Deep Dive {/*react-compiler-deep-dive*/}
55+
### React Compiler について詳しく {/*react-compiler-deep-dive*/}
5556

56-
[Sathya Gunasekaran](https://twitter.com/_gsathya) and [Mofei Zhang](https://twitter.com/zmofei) provided a deep dive on how the React Compiler works:
57+
[Sathya Gunasekaran](https://twitter.com/_gsathya) [Mofei Zhang](https://twitter.com/zmofei) React Compiler がどのように動作するか詳しく解説しました:
5758

5859
<YouTubeIframe src="https://www.youtube.com/embed/uA_PVyZP7AI" title="React Compiler Deep Dive" />
5960

60-
### And more... {/*and-more-2024*/}
61+
### さらに… {/*and-more-2024*/}
6162

62-
**We also heard talks from the community on Server Components:**
63+
**コミュニティからサーバコンポーネントに関する講演について聞きました:**
6364
* [Enhancing Forms with React Server Components](https://www.youtube.com/embed/0ckOUBiuxVY&t=25280s) by [Aurora Walberg Scharff](https://twitter.com/aurorascharff)
6465
* [And Now You Understand React Server Components](https://www.youtube.com/embed/pOo7x8OiAec) by [Kent C. Dodds](https://twitter.com/kentcdodds)
6566
* [Real-time Server Components](https://www.youtube.com/embed/6sMANTHWtLM) by [Sunil Pai](https://twitter.com/threepointone)
6667

67-
**Talks from React frameworks using new features:**
68+
**React フレームワークの最新機能に関する講演:**
6869

6970
* [Vanilla React](https://www.youtube.com/embed/ZcwA0xt8FlQ) by [Ryan Florence](https://twitter.com/ryanflorence)
7071
* [React Rhythm & Blues](https://www.youtube.com/embed/rs9X5MjvC4s) by [Lee Robinson](https://twitter.com/leeerob)
7172
* [RedwoodJS, now with React Server Components](https://www.youtube.com/embed/sjyY4MTECUU) by [Amy Dutton](https://twitter.com/selfteachme)
7273
* [Introducing Universal React Server Components in Expo Router](https://www.youtube.com/embed/djhEgxQf3Kw) by [Evan Bacon](https://twitter.com/Baconbrix)
7374

74-
**And Q&As with the React and React Native teams:**
75+
**React React Native の開発チームによる Q&A セッション:**
7576
- [React Q&A](https://www.youtube.com/embed/T8TZQ6k4SLE&t=27518s) hosted by [Michael Chan](https://twitter.com/chantastic)
7677
- [React Native Q&A](https://www.youtube.com/embed/0ckOUBiuxVY&t=27935s) hosted by [Jamon Holmgren](https://twitter.com/jamonholmgren)
7778

78-
You can watch all of the talks at React Conf 2024 at [conf2024.react.dev](https://conf2024.react.dev/talks).
79+
React Conf 2024 のすべての講演は [conf2024.react.dev](https://conf2024.react.dev/talks) から視聴できます。
7980

8081
## React Conf 2021 {/*react-conf-2021*/}
8182

0 commit comments

Comments
 (0)