practical-es6 - π A practical dive into ES6 and maintainable JavaScript modules... (more…)
Read more »
immutability-util - :herb: Mutate a copy of data without changing the original source by path string, just like the get/set in lodash. Inspired by immutability-helper and rewrite with ES6. (more…)
Read more »
Previously I showed how to write application code using ES6, but wouldn't it be nice to use ES6 when writing unit tests as well? In the following post I will demonstrate how to write Jasmine tests using ES6 syntax.
Read more »
From now you can dynamically load ES modules on demand and use dynamic specifiers for them with the dynamic import()... (more…)
Read more »
invig - πΏ Invig automatically converts ES5 & CoffeeScript codebases to ES6 with Aligned JavaScript Standard Style...
Read more »