|
|
|
|
|
by rk06
1141 days ago
|
|
I say fine grained as changes in an object will invalidate only that object, and only it's dependencies will be updated. Contrast with coarse grained reactivity I. E. angular, where it must dirty check all "reactive" objects to identify the changed object. As angular can't tell exactly which properties changed. |
|