Reactガイドを読んでいくその195

これは

Reactのガイドを読んでいく記事です。

ガイドのリンク

ja.reactjs.org

合成イベント (SyntheticEvent)

リファレンス

キーボードイベント

イベント名:onKeyDown onKeyPress onKeyUp
プロパティ:

boolean altKey
number charCode
boolean ctrlKey
boolean getModifierState(key)
string key
number keyCode
string locale
number location
boolean metaKey
boolean repeat
boolean shiftKey
number which
フォーカスイベント

イベント名:onFocus onBlur
プロパティ:DOMEventTarget relatedTarget

昨日に引き続き結果的にイベント名だけになってしまった・・・

今日はここまで。