[<<][softarch][>>][..]
Mon Jun 5 09:34:47 EDT 2017
User interfaces
Several points of convergence:
- hatd webpages
- internal monitoring pages
- synth ui
I need to learn about how to implement user interfaces in a way that
does not have the "infinite loop" problem so often encountered in
oo-style gui notification propagation.
One way to get rid of that is to create a model that is based on some
constraint program, and have the presentation derive from that, either
through full redraw (e.g. animation), or by incremental updates in a
tree-diff approach like react.
[Reply][About]
[<<][softarch][>>][..]