Currently, there is neither an efficient tree diffing algorithm nor any dep tracking. Dep tracking may remove need for fast diffing. TODO: - [x] props work w new system - [x] track which part of node is in use? - [x] mutators and calculators
Currently, there is neither an efficient tree diffing algorithm nor any dep tracking. Dep tracking may remove need for fast diffing.
TODO: