The key thing in flux architecture (which isn't a ...
# tornadofx
k
The key thing in flux architecture (which isn't a framework either) is that no matter how or why the state changes, the UI simply reacts to that. There's no interrogation. View = f(state) at all times.