Echo JS 0.11.0

<~>

tracker1 comments

tracker1 2412 days ago. link 1 point
I do appreciate the approach of using just npm + module binaries.  I would still probably stick to webpack, gulp or a js script for the composite actions though.
tracker1 2412 days ago. link 1 point
The article in question is very high level... there's really not any meat to it at all.  It doesn't go into really creating an application, or wiring the pieces together at all.  If you have had no exposure to Vue.js before reading the article, you really won't be any further ahead after reading the article.
tracker1 2413 days ago. link 0 point
Still want optional chaining and decorators already.  Static class member keyword is another I want to see in the box already.
tracker1 2413 days ago. link 1 point
I haven't played with hooks much... I tried to integrate them for a minor piece in a function component that was already wrapped with react-jss withStyle and react-redux connect ... it said it would only work on function components, not sure where the disconnect is/was.  Will try again when I'm working on a more green project.
tracker1 2414 days ago. link 1 point
Nifty wrapper for fetch... usually do something similar in a wrapper (including auth header, etc).
tracker1 2415 days ago. link 1 point
Annoyingly awaiting articles to shift to modern syntax, static property assignments...
tracker1 2420 days ago. link 1 point
Cool as a loader-wrapper for existing CSS transformations for webpack.  That said, I think it's worth looking at react-jss too.
tracker1 2420 days ago. link 1 point
Pretty cool.  Will be interested to see how this shapes up when Web as an output is added... also potentially worth exploring are the ReactNative bindings for Windows and Ubuntu (unsure if Mac bindings have solidified)... another thought would be doing web + electron for desktop targets.
tracker1 2420 days ago. link 2 points
Been eagerly waiting for these changes to land... it seems between the new Context API and Hooks, you get a lot of what redux offers in the box.  May experiment with this combined with immer for immutable state.
tracker1 2420 days ago. link 1 point
While I don't like the idea of tethering to a specific platform, this looks like a really nice service abstraction for FaaS.  Would be cool to see similar adapters for Azure Functions and whatever the GCP equivalent is.
[more]