Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 함수 실행
- useRef
- REACT
- 자바스크립트
- 배열
- addEventListener
- 렌더링
- 배열메소드
- webProject
- input
- Frontend Study
- 컴포넌트
- 리액트
- 이벤트
- try.. catch
- 비동기함수
- Props
- promise
- callback함수
- typeScript
- JavaScript
- CSS
- 메소드 실행
- frontendstudy
- this 객체
- 이벤트핸들링
- HTML
- useState
- FrontendStydy
- DOM
Archives
- Today
- Total
목록bind (1)
이다닷
[React] Day 5 - event 개념
event state props var _title, _desc = null; if(this.state.mode === 'welcome') { _title = this.state.welcome.title; _desc = this.state.welcome.desc; } else if (this.state.mode === 'read') { _title = this.state.contents[0].title; _desc = this.state.contents[0].desc; } ➡️render 함수 내에서 if 문을 사용하여 event를 발생 자동 event 설치 {this.state.subject.title} ➡️우리가 이런식으로 event를 주고, a태그를 클릭하면, a 태그의 특성상 페이지가 reroad..
React
2023. 8. 29. 18:00