lodash assign vs object.assign vs spread operator - variable and constant (version: 1)
Compares the creation of a new object by merging two existing ones using lodash, Object.assign and the spread operator, when merging an object literal with an object from a variable.
Comparing performance of: lodash assign vs object.assign vs spread