The comment about GUI computation is pretty interesting. I’ve been thinking about virtual dom implementations recently, and while nice, it doesn’t seem like the optimal way to update a your UI. Incremental computation seems like it would be much more efficient, as well as giving you the benefits of virtual dom (declarative style, unidirectional data flow, etc).
The comment about GUI computation is pretty interesting. I’ve been thinking about virtual dom implementations recently, and while nice, it doesn’t seem like the optimal way to update a your UI. Incremental computation seems like it would be much more efficient, as well as giving you the benefits of virtual dom (declarative style, unidirectional data flow, etc).