리액트 컴포넌트 함수1 React componentWillMount , ComponentDidMount 메소드 리액트 js 컴포넌트에는 lifeCycle API 라는 것이 있다. lifeCycle API 에서 제공하는 함수 목록 Mounting Cycle constructor (object props) componentWillMount() render() -> React Element componentDidMount() Updating Cycle componentWillReceiveProps(object nextProps) shouldComponentUpdate(object nextProps, object nextState) componentWillUpdate(object nextProps , object nextState) render() -> React Element componentDidUpdate(obje.. 2018. 11. 9. 이전 1 다음