TIL

[TIL] 210627 리액트 강의 / 깃허브 react

자바칩 프라푸치노 2021. 6. 28. 01:07

리액트 강의

 

WEEK1

 

 

 

 

WEEK2

  • constructor() -생성자 함수
  • render() -컴포넌트의 모양을 정의함
  • componentDidMount() -컴포넌트가 화면에 나타나는 것을 마운트(Mount)한다고 표현
  • componentDidUpdate(prevProps, prevState, snapshot) -리렌더링을 완료한 후 실행되는 함수
  • componentWillUnmount() -컴포넌트가 DOM에서 제거 될 때 실행하는 함수
  •  
  • React.createRef()
  • state관리

 

 

 

 

 

WEEK3

 

 

 

깃허브 주소

https://github.com/leehyeonj/React-practice

 

leehyeonj/React-practice

Contribute to leehyeonj/React-practice development by creating an account on GitHub.

github.com

 

728x90