diff --git a/content/blog/2021-06-08-the-plan-for-react-18.md b/content/blog/2021-06-08-the-plan-for-react-18.md index 81971e3aa..0d1bc7c89 100644 --- a/content/blog/2021-06-08-the-plan-for-react-18.md +++ b/content/blog/2021-06-08-the-plan-for-react-18.md @@ -31,7 +31,7 @@ React 18 のリリース時点で、自動で有効になるパフォーマン ## 段階的な導入戦略 {#a-gradual-adoption-strategy} -React 18 における並行レンダリングはオプトインになるため、コンポーネントの振る舞いにおいてデフォルトで大きな破壊的変更があるということはなくなります。**いつものメジャーリリースの時に要する労力と大差ないレベルの最小限の書き換えで、あるいは書き換えゼロで、React 18 にアップグレードすることができます**。我々がいくつかのアプリを React 18 に移植した経験から、多くのユーザは半日以内にアップグレード作業を完了できるだろうと考えています。 +React 18 における並行レンダリングはオプトインになるため、コンポーネントの振る舞いにおいてデフォルトで大きな破壊的変更があるということはなくなります。**いつものメジャーリリースのときに要する労力と大差ないレベルの最小限の書き換えで、あるいは書き換えゼロで、React 18 にアップグレードすることができます**。我々がいくつかのアプリを React 18 に移植した経験から、多くのユーザは半日以内にアップグレード作業を完了できるだろうと考えています。 Facebook 内では既に数万のコンポーネントを並行レンダリングの機能を用いてリリースすることができました。我々の経験ではほとんどの React コンポーネントは追加の開発なしで「ごく普通に」動作することが分かっています。しかしコミュニティ全体で今回のアップグレードが確実にスムースに行くようにしたいと考えており、そのために本日、React 18 ワーキンググループを発表します。 diff --git a/content/docs/integrating-with-other-libraries.md b/content/docs/integrating-with-other-libraries.md index 60c5f666f..f39a8d984 100644 --- a/content/docs/integrating-with-other-libraries.md +++ b/content/docs/integrating-with-other-libraries.md @@ -10,10 +10,8 @@ permalink: docs/integrating-with-other-libraries.html > > 以下の新しいドキュメントで最新の React の使い方が学べます。 > -> - [`useSyncExternalStore`: 外部ストアへのサブスクライブ -](https://ja.react.dev/reference/react/useSyncExternalStore#subscribing-to-an-external-store) -> - [`createPortal`: 非 React DOM ノードに React コンポーネントをレンダー -](https://ja.react.dev/reference/react-dom/createPortal#rendering-react-components-into-non-react-dom-nodes) +> - [`useSyncExternalStore`: 外部ストアへのサブスクライブ](https://ja.react.dev/reference/react/useSyncExternalStore#subscribing-to-an-external-store) +> - [`createPortal`: 非 React DOM ノードに React コンポーネントをレンダー](https://ja.react.dev/reference/react-dom/createPortal#rendering-react-components-into-non-react-dom-nodes) diff --git a/content/docs/optimizing-performance.md b/content/docs/optimizing-performance.md index 15d3641c9..262557105 100644 --- a/content/docs/optimizing-performance.md +++ b/content/docs/optimizing-performance.md @@ -12,8 +12,7 @@ redirect_from: > > 以下の新しいドキュメントで最新の React の使い方が学べます。 > -> - [`memo`: props が変更されていない場合に再レンダーをスキップする -](https://ja.react.dev/reference/react/memo#skipping-re-rendering-when-props-are-unchanged) +> - [`memo`: props が変更されていない場合に再レンダーをスキップする](https://ja.react.dev/reference/react/memo#skipping-re-rendering-when-props-are-unchanged) diff --git a/content/docs/thinking-in-react.md b/content/docs/thinking-in-react.md index 402e2708f..64483de6b 100644 --- a/content/docs/thinking-in-react.md +++ b/content/docs/thinking-in-react.md @@ -12,7 +12,7 @@ prev: composition-vs-inheritance.html > この記事は古くなっており、今後更新されません。新しい React ドキュメントである [ja.react.dev](https://ja.react.dev) をご利用ください。 > -> 新しいバージョンの[React の流儀](https://ja.react.dev/learn/thinking-in-react)では、最新の React の使い方がライブサンプル付きで学べます。 +> 新しいバージョンの [React の流儀](https://ja.react.dev/learn/thinking-in-react)では、最新の React の使い方がライブサンプル付きで学べます。