File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ layout: docs
6
6
category : Reference
7
7
---
8
8
9
- このリファレンスガイドでは、React の イベントシステムの一部を構成する ` SyntheticEvent ` (合成イベント)ラッパについて説明します。詳細については、[ イベント処理] ( /docs/handling-events.html ) ガイドを参照してください。
9
+ このリファレンスガイドでは、React のイベントシステムの一部を構成する ` SyntheticEvent ` (合成イベント)ラッパについて説明します。詳細については、[ イベント処理] ( /docs/handling-events.html ) ガイドを参照してください。
10
10
11
11
## 概要
12
12
@@ -59,12 +59,10 @@ function onClick(event) {
59
59
}
60
60
```
61
61
62
-
63
62
> 補足
64
63
>
65
64
> 非同期処理でイベントのプロパティにアクセスしたい場合は、` event.persist() ` をイベント内で呼び出す必要があります。これにより、プールから合成イベントが削除され、イベントへの参照をコードで保持できるようになります。
66
65
67
-
68
66
## サポートするイベント
69
67
70
68
React はイベントを正規化して、異なるブラウザ間で一貫したプロパティが保持されるようにしています。
@@ -88,7 +86,6 @@ React はイベントを正規化して、異なるブラウザ間で一貫し
88
86
- [ 遷移イベント] ( #transition-events )
89
87
- [ その他のイベント] ( #other-events )
90
88
91
-
92
89
* * *
93
90
94
91
## リファレンス
You can’t perform that action at this time.
0 commit comments