Alex Danilenko
Alex Danilenko
+1 Tried `array.splices`, `object.prop` and `object.*` observers. Nothing works: "splices" are always called with undefined (even on array[ind].prop change), because the whole array is new, "myObject.*" is called with `path...
@davidmaxwaterman > that has an example that does not clone the array, but instead pushes the new item on top of the array that is already in state. Is this...
@tur-nr Hi. Just the first case, that came to my head: how to animate items recently added to the array? We don't know, what are the new items, because the...