Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed Sep 28, 2024
1 parent 1128cd2 commit 4a9ad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/escape-hatches.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ input { display: block; margin-bottom: 20px; }

</LearnMore>

## そのエフェクトは必要かも {/*you-might-not-need-an-effect*/}
## そのエフェクトは不要かも {/*you-might-not-need-an-effect*/}

エフェクトは React のパラダイムからの避難ハッチです。React の外に「踏み出して」、何らかの外部システムと同期させることができるものです。外部システムが関与していない場合(例えば、props や state の変更に合わせてコンポーネントの state を更新したい場合)、エフェクトは必要ありません。不要なエフェクトを削除することで、コードが読みやすくなり、実行速度が向上し、エラーが発生しにくくなります。

Expand Down

0 comments on commit 4a9ad12

Please sign in to comment.