Skip to content

Commit

Permalink
Update content/docs/concurrent-mode-adoption.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Toru Kobayashi <[email protected]>
  • Loading branch information
smikitky and koba04 authored Dec 27, 2019
1 parent 2778a2a commit 132434e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/concurrent-mode-adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ API は `@experimental` のどのリリースにおいても追加・変更・

並列モードは違います。React がどのように動作するのかについて意味上の変更が行われています。そうしなければ並列モードで有効になる[新機能](/docs/concurrent-mode-patterns.html)*実現不可能だった*でしょう。これが、新機能がひとつずつ分離してリリースされるのではなく、新しい「モード」としてグループ化されている理由です。

サブツリーごとの単位で並列モードを使い始めることはできません。代わりに、オプトインするには、現在 `ReactDOM.render()` と呼ばれている場所で行う必要があります
サブツリーごとの単位で並列モードを使い始めることはできません。代わりに、オプトインするには、現在 `ReactDOM.render()` を呼んでいる場所で行う必要があります

**これにより並列モードが `<App />` のツリー全体で有効化されます:**

Expand Down

0 comments on commit 132434e

Please sign in to comment.