Closed Ni55aN closed 7 years ago
simple example http://jsfiddle.net/ktpoofcp/5/
Filter "doesn't work" because list isn't changed, only object in it, and it isn't watched by default. As option you can use a function instead of filter: http://jsfiddle.net/lega911/nfp52ccr/ it works faster than 'deep' Or you can replace item of list: http://jsfiddle.net/lega911/Lqq96sn7/
This filter does not update data
The next one updates, but with the "deep", which for large objects effects the performance
Is there any ways to update data correctly without deep watching? Mayby some manual methods?