Echo JS 0.11.0

<~>

tracker1 comments

tracker1 3026 days ago. link 2 points
Interesting... need to come back to this at home when I can play with it.
tracker1 3026 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 3026 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 3027 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 3028 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 3028 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 3028 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 3031 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.
tracker1 3032 days ago. link 2 points
Memory will be similar, but the start time of browser instances will be reduced.  Chrome creates a separate management/runtime process for each tab/page.
[more]