Echo JS 0.11.0

<~>

ColCh comments

ColCh 2890 days ago. link 1 point
If you use connect function from react-redux, it will handle shouldComponentUpdate for you. 
With redux I really rarely use shouldComponentUpdate by hand.
ColCh 2926 days ago. link 1 point
It would be awesome to see module mocking with tool like rewire of something
ColCh 2943 days ago. link 4 points
Good ol' days with `node --harmony`.

No please. I will just use Babel with a bunch of plugins. 

It's not that hard. Really.
ColCh 3048 days ago. link 2 points
Webpack reads your code and finds all module dependencies, for each module. It stores this info in a single tree.

This means you can optimize your dependencies.
Or analyze entire tree after bundling: https://webpack.github.io/analyse/

After version 2.0.0, it will be possible to eliminate dead export code: http://www.2ality.com/2015/12/webpack-tree-shaking.html

Also, it has other killer features like dev server, hot code push and other...

In shorten, Webpack is better.
ColCh 3082 days ago. link 2 points
Congratulations! I like echojs.com and read it every day. Thank you for this website!

I have just registered to post this message