Echo JS 0.11.0

<~>

igl comments

igl 2422 days ago. link 1 point
The Scrollbar wobble is odd (OSX/Chrome)
igl 2427 days ago. link 1 point
So this guy put this router plugin in a redux store and just as he did the first mapStateToProps he is suddenly like: yo bro show me teh money! Wtf
igl 2453 days ago. link 1 point
I hate this. I want the way coffee-script implemented it.
Hogging the ternary syntax while keeping compat is killing this feature.

1) func?.(arg) <- wat?
2) foo?.bar?.baz? <- nope.
igl 2460 days ago. link 5 points
Synchronicity of redux is a feature?
What is the point?
Can this do something that redux + middleware can't?
igl 2493 days ago. link 2 points
You are not switching - you just finally read the README and: youuuu wiiill beeee baaaacck! :)))
igl 2549 days ago. link 1 point
Dead-simple - 1159 line long README :D
igl 2601 days ago. link 2 points
Nobody thought of bash before?

I have even greater news for you!
There is a tool that can achieve the same in even less LOC!
You can also run stuff in parallel without having to explicitly define a task for it. You just tell it how many workers you want and which tasks it should execute! (Say: Run 5 tasks while 2 always run in parallel)
Tasks can also have other tasks as dependencies.
There is no need for a defacto "Taskfile" standard because defining Tasks is all you can do and all it does!
It's also pretty stable as it was first released in 1976!

Can you guess which tool it is?
igl 2632 days ago. link -1 point
No code splitting, tree shaking and HMR :/
Webpack is still the only way.
igl 2670 days ago. link 2 points
"It's going to be about vue.js and aurelia and all the same stuff" *click*
igl 2678 days ago. link 3 points
Not upgrading your dependencies on a regular basis is usually the issue that makes you stuck with a certain node version.
The longer you wait the more time you spend on fixing things.

`npm/yarn outdated` helps you find new version quickly. I do this weekly.
[more]