DEV Community

Vincent Engelmann
Vincent Engelmann

Posted on

JS Dev - So Much New

What's your preferred way to format this type of destructuring?

        let {
            thing1,
            thing2,
            thing3 } = this.state;

It's amazing to realize how many new development features the Javascript dev community is bringing to development in general. So many awesome features available to us via Webpack and Babel!

Latest comments (0)