react onclick1 [react/es] 리액트 setState 값 적용 안될 때 이벤트 연결 하는 방법 #1 pakage.json "devDependencies" 아래 @babel/plugin-proposal-class-properties 추가 후 $npm install (yarn install) #2 construct 아래 선언해주던 state를 밖으로 빼고, 작성하던 setState형태도 arrow 방식으로 변경해 작성한다 그리고 함수호출 및 onClick에서 호출 방식도 아래와 같이 작성한다 #3 before / after 전체 소스 비교 import React, { Component } from 'react'; class Row extends Component { constructor(props){ super(props); this.state = { monitor_box_stat.. 2021. 3. 23. 이전 1 다음