DEV Community

Discussion on: Deep merge Objects in Javascript with Mergerino

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

It is as easy as recursive function. However, what you mean by merging, when there is conflict varies.

I usually have to write merge function, because I cannot trust third party libraries on how they resolve conflicts. Not even lodash.