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
<br>
위의 소스코드를 간단하게 풀이하자면, <b>updateState()</b> 라는 함수를 선언하여
<br>
<b>render()</b> 함수 내에서 button 컴포넌트에 html에서 제공되는 이벤트 리스너를 카멜표기법(camelCase)로
<br>
현재 컴포넌트에 선언한 함수명을 명시한 예제입니다.
<br>
버튼 클릭 시, <b>updateState()</b> 함수를 수행하게 됩니다.