|
|
|
|
|
by sudders
2085 days ago
|
|
This really is brilliant in its simplicity. Not having to maintain complex data structures to keep track of property dependencies as opposed to using light weight integer comparison to track changes.
I can imagine @tracked being many times faster than @computed |
|