강의

멘토링

로드맵

Inflearn Community Q&A

largeone's profile image
largeone

asked

Learning React A-Z by Following Along [Version 19 반영]

Add drag and drop functionality

[reorderedItem] 질문

Written on

·

326

0

console.log로 찍어보니 

[변수]로 선언했을때는 그냥 객체로 나오고

그냥 변수로 선언했을때는 배열안에 객체가 들어있네요

왜 이렇게 되는지 궁금합니다.

Next.jstddtypescriptreactredux

Quiz

51% of people got it wrong. Give it a try!

When creating a project with Create React App, what is the main tool that helps with development convenience by compressing and transforming code?

Webpack and React Router

Babel and Redux

Webpack and Babel

HTML5 History API and DOM

Answer 1

0

해당 문법은 ES6 destructuring(구조분해할당) 입니다

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment

largeone's profile image
largeone

asked

Ask a question