Destructing Assignment

OwlSuri·2022년 3월 25일
0
post-custom-banner

구조 분해 할당

객체나 배열을 변수로 '분해’할 수 있게 해주는 문법
어떤 것을 복사한 이후에 변수로 '분해(destructurize)'해준다

재할당아님 주의!!

배열분해


arr[0], arr[1]과 같은 인덱스를 이용하지 않고도 변수로 접근이 가능하다.

split

객체구조분해

선언없는 할당




useState은 배열의 구조분해할당
useQuery는 객체의 구조분해할당

profile
기억이 안되면, 기록을 -
post-custom-banner

0개의 댓글