Mutate a copy of data, rewrite with ES6 for convenient API and performance

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. Read more

Similar

The ES6 Promises

Promises introduced in ES6 to improve handling of async operations. They are around for a long time but with ES6 they became part of vanilla JavaScript. Now you can use Promises in your JavaScript… (more…)

Read more »