top | item 46573526 (no title) javatuts | 1 month ago Scalars and collections have different update semantics. track() is for atomic updates, # is for structural mutations — separate syntax makes reactive tracking and optimization simpler. discuss order hn newest henryhale|1 month ago why not abstract that away so that `track()` can do it all? It would be alot easier to work with.
henryhale|1 month ago why not abstract that away so that `track()` can do it all? It would be alot easier to work with.
henryhale|1 month ago