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