Echo JS 0.11.0

<~>

spalger comments

spalger 3006 days ago. link 4 points
Does anyone else feel like a solution to this problem that doesn't either 1) call itself "shallow", or 2) recurse infinitely, is wrong?

It feels like any time I pass an array to a function called `flatten()` I better not get back an array with more arrays inside...
spalger 3040 days ago. link 2 points
I agree with you krasimir.Putting utility functions at the top of a file, even if they are just a require statement to another file, makes them a lot easier to understand.
spalger 3079 days ago. link 1 point
This probably should have been called "you don't need no stores"
spalger 3319 days ago. link 2 points
+1 for webpack, specifically the code splitting/multiple entry points feature.

Relevant features:
 - js/css/rawfile/image loading
 - transpile assets before they are included
   - es6, jsx, less, coffeescript, etc.
 - support for amd, commonjs, es6 modules, and more