|
|
|
|
|
by TuringTest
1680 days ago
|
|
When you want to take different actions, you can use the Stream metaphor (a.k.a. Observables) instead of variable bindings. Streams maintain the same functional reactive execution paradigm of spreadsheets and property bindings, but you can compose several of them into a new stream with complex conditional logic. You can use the streams as event propagators, and understand the program state as a series of successive updates every time a new event appears on the stream. https://www.didierboelens.com/2018/08/reactive-programming-s... |
|