From now you can dynamically load ES modules on demand and use dynamic specifiers for them with the dynamic import()... (more…)
Read more »
Maybe you've heard of JavaScript Proxy and think, "Hey that's cool and such, but what should I use it for?" Don't worry, I thought this too until recently when I needed a catch-all solution. And BEHOLD, the indirect intermediary known only as "Proxy" aros... (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 »
Reflect is a built-in object that provides methods for interceptable JavaScript operations. The methods are the same as those of proxy… (more…)
Read more »