|
|
|
|
|
by VPenkov
906 days ago
|
|
It is very frequently needed when you're working with a component framework like React or Vue. Typically leaf components shouldn't mutate properties directly but rather emit a changed version of the original data they receive. But it's not necessarily related to frameworks; if you're working with complex enough data structures and you're following a functional approach, you'll need to do similar things sooner than later. |
|
Why does that require deep clones?
I simply do: