React
React 이벤트 변수명
nathaneast
2020. 2. 6. 22:47
리액트에서 이벤트 나타내는 prop
=> on[Event]
ex) onButton
이벤트 처리 함수
=> handle[Event] 일반적
ex) handleButton