React/React Basic
[React] State 란?
CodeMia
2022. 3. 26. 05:27
State 란
컴포넌트의 현재 상태의 정보를 보여주는 자바스크립트 오브젝트이다.
State is a plain JavaScript object used by React to represent an information about the component’s current situation.
- 출처 -
https://medium.com/edonec/state-in-react-an-overview-a182675cee2c