React Js - namgunghyeon/wiki GitHub Wiki

React Js

곡식 λ„νλ¨ΌνŠΈ https://facebook.github.io/react/docs/hello-world.html

μž‘μ—… ν™˜κ²½ npm install -g create-react-app

κΈ°λ³Έ κ°•μ’Œ https://velopert.com/921

lifecycle

  • componentWillMount() - 마운트 직전에 ν•œλ²ˆ λ°œμƒ
  • componentDidMount() - 마운트 직후 ν•œλ²ˆ λ°œμƒ
  • componentWillReceiveProps() - μƒˆλ‘œμš΄ propsλ₯Ό 전달받기 전에 λ°œμƒ
  • componentWillUpdate() - props, state μ—…λ°μ΄νŠΈ 직전에 λ°œμƒ
  • componentDidUpdate() - props, state μ—…λ°μ΄νŠΈ 직후에 λ°œμƒ
  • componentWillUnmount() - μ–Έλ§ˆμš΄νŠΈ 직전에 λ°œμƒ

flux architecture flux