Echo JS 0.11.0

<~>

tracker1 1970 days ago. link 2 points
My only comment is the restructuring really isn't a React thing, it can be used WITH React, but isn't technically IN React.  I find, that when training/mentoring junior/mid developers learning modern JS and React is that they will often conflate the two, when a given concept is learned with the React part, not knowing you can use it elsewhere in JS.
gdmeteor 1970 days ago. link 1 point
Thats a great point, the post does explain destructuring in the context of a React component (props & state variables) but also states that its a all around JS utility. Perhaps this should be more clearly stated.  

I agree that seperation of concerns applies here!