You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/managing-state.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: state の管理
4
4
5
5
<Intro>
6
6
7
-
アプリケーションが成長するにつれて、state の構成方法やコンポーネント間のデータの流れについて計画的に考えることが重要になります。バグの一般的な原因は、冗長な、あるいは重複した state です。この章では、state を適切に構造化する方法、state 更新ロジックをメンテナンスしやすい状態に保つ方法、そして離れたコンポーネント間で state を共有する方法について学びます。
7
+
アプリケーションが成長するにつれて、state の構成方法やコンポーネント間のデータの流れについてより計画的に考えることが重要になります。バグの一般的な原因は、冗長な、あるいは重複した state です。この章では、state を適切に構造化する方法、state 更新ロジックをメンテナンスしやすい状態に保つ方法、そして離れたコンポーネント間で state を共有する方法について学びます。
8
8
9
9
</Intro>
10
10
@@ -22,7 +22,7 @@ title: state の管理
22
22
23
23
## state を使って入力に反応する {/*reacting-to-input-with-state*/}
0 commit comments