Too Long; Didn't Read
Object/Array destructuring is one of the new ES6 features and is very helpful. If you want to be a competent React developer - this is the topic you should not miss, since destructuring used quite heavily in React.js
The main superpower of destructuring is the ability to take apart an object or an array. So we can extract just the information we need.