Alternative to lodash with ES6
array.reduce instead of _.keysBy
Object.keys instead of _.keys
Object.assign or spread operator instead of .defaults or .extends, _.assign...
Array.filter instead of _.filter
Array.find instead of _.find
Union with deduplication
Last updated