in Reactive Programming you should not store thing...
# functional
t
in Reactive Programming you should not store things out of the “chain”, if you want to sleep well on nights and avoid bizarre bugs related to dirty states
k
Thanks Fernado!😀👍 Could you kindly expain more about those bizarre bugs?
t
race condition mostly, related to mutable state or state that you don’t expect mixed with touch the state on different threads