Echo JS 0.11.0

<~>

tracker1 comments

tracker1 2718 days ago. link 1 point
I can't speak for anyone else, but I find that tools that wrap Redux into something that is inherently different than, you know Redux, tend to be disliked.  At a point, there's very little point in even acknowledging Redux, other than as a child dependency.
tracker1 2718 days ago. link 2 points
Interesting... need to come back to this at home when I can play with it.
tracker1 2718 days ago. link 1 point
Nice, what if I like my `File.spec.js` right next to `File.js` instead of in a nexted directory?
tracker1 2718 days ago. link 1 point
While Interesting, I kind of feel like they could get away from required quotes on strings, similar to YAML, which I think I'll probably stick with.
tracker1 2719 days ago. link 1 point
Given that it does *NOT* modify the original object, it would be better to call this `extend` not `assign`.
tracker1 2720 days ago. link 1 point
Intersting... uses cheerio under the covers, which is what I've usually used directly for things like this... so serves as a thin API layer over the top for selections.
tracker1 2720 days ago. link 1 point
I'm not sure how this is better vs. a caching npm server that doesn't delete, private git submodules, or private npm otherwise?
tracker1 2720 days ago. link 1 point
+1 for @shopify/draggable alone... currently using a different one, and may be able to just slot this in with angular + redux, since what I've been using at work has been problematic to say the least.
tracker1 2723 days ago. link 1 point
For some reason I can't sign into medium on my browser... so here's my comment.

How do you disconnect dispatch from the store?  I mean, if you're doing a server-side implementation, how do you dispatch, as an example a route change to bind up your data against the routing info?  You will have more than one store in a server-side implementation.
[more]