Echo JS 0.11.0

<~>

tracker1 comments

tracker1 3068 days ago. link 1 point
Shame about the https change killing all the jsbin embeds.
tracker1 3068 days ago. link 1 point
The article title is somewhat misleading... "ECMAScript Proposals That Didn't Make It In 2017" would be more accurate... realistically, most of these will likely make it by end of 2018 for whenever the ES2019 cutoff happens.
tracker1 3076 days ago. link 1 point
Cool article... I'm progressively irritated by what AngularJS and Angular 2+ have in the box.  I don't get why Angular2+ have half of what it does considering you're in the npm ecosystem, just use modules... such as http, just use fetch.
tracker1 3083 days ago. link 0 point
React is like regular Lego, mindstorm kits are optional... Angular is like a weird Duplo version of mindstorm, and may require a Dremel to get some parts to work with it.
tracker1 3084 days ago. link 2 points
Just realized that this article is pretty old.  That said, I find that redux + redux-thunks fills the *VAST* majority of use cases for small to largish applications well.  Other extensions to redux allow me to structure reducers and action creators to suit the needs of the application.  Growing complexity somewhat organically as needs arise.  It's not *THAT* far off the "recommended" SAM approach in TFA, despite the author's statements to the contrary.

Just my $.02
tracker1 3104 days ago. link 2 points
I really wish that TypeScript ran within the Babel space sharing AST, and other features like flow does.  It's a significant pain point to get TS+Babel+Webpack to work together well.  I'm rankly not a big fan of TS, and feel it detracts as much as it adds.  It is really helpful for heavy refactors though.
tracker1 3112 days ago. link 2 points
I'd love to see Node support some similar patterns... not sure what the locking risks are, or where information/scope may leak, but definitely cool... I also *really* like the async streams interfaces.
tracker1 3116 days ago. link 1 point
The first, convoluted example should use `return cb(error)` instead of throwing.
tracker1 3116 days ago. link 1 point
Conflates AngularJs and Angular (2+)... which is problematic considering they're very different beasts with component libraries that are incompatible.  I'd suspect the survey referenced also does similar.
[more]