Skip to content

Commit

Permalink
Update src/content/reference/react-dom/client/hydrateRoot.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 Sep 13, 2023
1 parent 269813d commit 4318ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/client/hydrateRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const domNode = document.getElementById('root');
const root = hydrateRoot(domNode, reactNode);
```
React は、`domNode` 内に存在する HTML にアタッチし、その内部の DOM の管理を引き継ぎます。React で完全に構築されたアプリには、ルートコンポーネントを引数にした `hydrate` 呼び出しが通常 1 つのみ存在します。
React は、`domNode` 内に存在する HTML にアタッチし、その内部の DOM の管理を引き継ぎます。React で完全に構築されたアプリには、ルートコンポーネントを引数にした `hydrateRoot` 呼び出しが通常 1 つのみ存在します。
[さらに例を見る](#usage)
Expand Down

0 comments on commit 4318ec2

Please sign in to comment.