Fork me on GitHub
#humbleui
<
2023-04-30
>
onbreath21:04:29

Hey, enjoyed reading the State Management article. Re incremental computation, this might be interesting: http://adapton.org https://arxiv.org/abs/1609.05337 https://github.com/roman01la/uix/tree/master/core/src/xframe/core

👍 1
1
Ben Sless07:05:42

One interesting aspect not addressed by adapton is scheduling computation, as you sometimes can't know how they'll evolve or resolve. I wonder if it could be built using something like frons which also let you schedule work (requires the amb operator though)

Niki13:05:47

Thanks! I’ll take a look