Skip to content

Commit

Permalink
改行の仕方を原文と同じにする
Browse files Browse the repository at this point in the history
  • Loading branch information
dowdiness committed Dec 30, 2024
1 parent e59453d commit 4185564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content/learn/render-and-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export default function App() {
</Sandpack>

これが上手く動作するのは、最終ステップで React によって更新されるのが、新しい `time` の値で更新される `<h1>` の中身だけだからです。`<input>` は JSX 内で前回と同じ場所にあるので、React は `<input>` やその `value` に触れません!

## エピローグ:ブラウザの描画 {/*epilogue-browser-paint*/}

レンダーが完了し、React が DOM を更新した後、ブラウザは画面を再描画します。このプロセスは「ブラウザレンダリング」として知られていますが、我々は、混乱を避けるために、ドキュメント全体を通して「描画」と呼ぶことにします。
Expand Down

0 comments on commit 4185564

Please sign in to comment.